Searched refs:dbtype (Results 1 – 4 of 4) sorted by relevance
/plugin/crossdbsqlclient/syntax/ |
H A D | crossdbsqlclient.php | 180 $dbtype = $data[0]; 185 return $this->connectToDbWrapper($dbtype, $serverName, $userName, $passWord, $dbName); 193 $dbtype = $this->getConf ('dbtype'); 199 return $this->connectToDbWrapper($dbtype, $serverName, $userName, $passWord, $dbName); 202 private function connectToDbWrapper($dbtype, $serverName, $userName, $passWord, $dbName) { argument 206 $dbWrapper = new DbWrapper($this, $dbtype, $serverName, $userName, $passWord, $dbName );
|
H A D | dbwrapper.php | 3 private $dbtype = null; variable in DbWrapper 9 …public function __construct(DokuWiki_Syntax_Plugin $integrator, $dbtype, $serverName, $userName, $… argument 10 $this->dbtype = $dbtype; 24 switch ($this->dbtype) {
|
/plugin/authjoomla3/ |
H A D | auth.php | 67 $this->joomlaConfig->dbtype = str_replace('mysqli', 'mysql', $this->joomlaConfig->dbtype); 68 …$this->conf['dsn'] = sprintf('%s:dbname=%s;host=%s', $this->joomlaConfig->dbtype, $this->joomlaCon…
|
/plugin/aceeditor/ |
H A D | build.js | 1 …bclear|dbcont|dbdown|dblquad|dbmex|dbquit|dbstack|dbstatus|dbstep|dbstop|dbtype|dbup|dde23|ddeget|…
|