Home
last modified time | relevance | path

Searched refs:dsn (Results 26 – 31 of 31) sorted by last modified time

12

/plugin/authphpbb3/
H A Dauth.php593 $dsn = '';
598 $dsn = ':host=' . $this->_phpbb_conf['dbhost'] . $port .
604 $dsn = 'mysql' . $dsn . ';charset=utf8';
606 $dsn,
611 $dsn = 'pgsql' . $dsn .
614 $this->_phpbb_sql_link = new PDO($dsn);
618 $dsn = 'oci' . $dsn . ';charset=utf8';
620 $dsn,
633 … $dsn = $host . ':' . $this->_phpbb_conf['root_path'] . $this->_phpbb_conf['dbhost'];
634 $this->_phpbb_sql_link = new PDO($dsn);
/plugin/pgsqlquery/
H A Dsyntax.php89 $dsn = "pgsql:host=$host;dbname=$DB;user=$user;password=$password";
94 $link = new PDO($dsn);
/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.php127 private $dsn = null; variable in Database2
394 $dsn = substr( $dbPath, 1 );
398 $dsn = 'sqlite:' . $dbPath;
400 $dsn = 'sqlite:' . metaFN( $dbPath, '.db' );
463 $this->db = new PDO( $dsn, $username, $password );
482 $this->dsn = $dsn;
4571 $selector = array( '@'.$this->dsn, $this->authSlot, $this->table,
4630 $selector = array( '@'.$this->dsn, $this->authSlot, $this->table,'fake',
/plugin/freechat/phpfreechat/src/containers/
H A Doracle.class.php145 $dsn = array(
152 $this->_db = DB::connect($dsn);
/plugin/semanticdata/phpSesame/
H A DphpSesame.php45 private $dsn; variable in phpSesame

12