You are here

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');
}