Home
last modified time | relevance | path

Searched refs:tablepre (Results 1 – 3 of 3) sorted by relevance

/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php21 var $tablepre; variable in ucclient_db
26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument
33 $this->tablepre = $tablepre;
86 $this->query("DELETE FROM {$this->tablepre}sqlcaches WHERE expiry<$this->time");
158 …user, $this->dbpw, $this->dbname, $this->dbcharset, $this->pconnect, $this->tablepre, $this->time);
H A Ddbi.class.php21 var $tablepre; variable in ucclient_db
26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument
33 $this->tablepre = $tablepre;
75 $this->query("DELETE FROM {$this->tablepre}sqlcaches WHERE expiry<$this->time");
151 …user, $this->dbpw, $this->dbname, $this->dbcharset, $this->pconnect, $this->tablepre, $this->time);
/plugin/authucenter/lib/api/
H A Duc.php71 var $tablepre = ''; variable in uc_note