Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php18 var $dbpw; variable in ucclient_db
26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument
29 $this->dbpw = $dbpw;
37 if(!$this->link = mysql_pconnect($dbhost, $dbuser, $dbpw)) {
41 if(!$this->link = mysql_connect($dbhost, $dbuser, $dbpw)) {
158 …$this->connect($this->dbhost, $this->dbuser, $this->dbpw, $this->dbname, $this->dbcharset, $this->…
H A Ddbi.class.php18 var $dbpw; variable in ucclient_db
26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument
29 $this->dbpw = $dbpw;
36 if(!$this->link = new mysqli($dbhost, $dbuser, $dbpw, $dbname)) {
151 …$this->connect($this->dbhost, $this->dbuser, $this->dbpw, $this->dbname, $this->dbcharset, $this->…