Home
last modified time | relevance | path

Searched refs:authSlot (Results 1 – 2 of 2) sorted by relevance

/plugin/database2/
H A Dmedia.php115 list( $dsn, $authSlot, $table, $column, $idColumn, $rowid, $pageID,
148 public function __construct( $dsn, $authSlot, $table, $ioIndex, argument
152 if ( !$this->connect( $dsn, $authSlot ) )
219 $db = new Database2_media( $dsn, $authSlot, $table, $ioIndex, $pageID );
H A Ddatabase2.php136 private $authSlot = null; variable in Database2
483 $this->authSlot = $authConfigSlot;
4571 $selector = array( '@'.$this->dsn, $this->authSlot, $this->table,
4630 $selector = array( '@'.$this->dsn, $this->authSlot, $this->table,'fake',