Skip to main content
Drupal API Help
Helping Drupal Community, One API at a time
Main menu
Home
Drupal Core
Getting Help
You are here
Home
»
API reference
»
OAuth 1.0 6
»
OAuth.php
»
SimpleOAuthDataStore
function SimpleOAuthDataStore::__construct in OAuth 1.0 6
File
./
OAuth.php
, line 667
Class
SimpleOAuthDataStore
Code
function
__construct
(
$path
=
"oauth.gdbm"
) {
/*{{{*/
$this
->
dbh
=
dba_popen
(
$path
,
'c'
,
'gdbm'
); }
API Navigation
OAuth 1.0 6
Classes
Functions
Files