Home
last modified time | relevance | path

Searched refs:insert_id (Results 1 – 10 of 10) sorted by relevance

/plugin/authucenter/lib/uc_client/model/
H A Dmail.php67 $insert_id = $this->db->insert_id();
68 …$insert_id && $this->db->query("REPLACE INTO ".UC_DBTABLEPRE."vars SET name='mailexists', value='1…
69 return $insert_id;
H A Dnote.php86 $insert_id = $this->db->insert_id();
87 …$insert_id && $this->db->query("REPLACE INTO ".UC_DBTABLEPRE."vars (name, value) VALUES ('noteexis…
88 return $insert_id;
H A Ddomain.php30 return $this->db->insert_id();
H A Dpm.php240 $plid = $this->db->insert_id();
242 $pmid = $this->db->insert_id();
249 $pmid = $this->db->insert_id();
266 $plid = $this->db->insert_id();
268 $pmid = $this->db->insert_id();
332 $pmid = $this->db->insert_id();
H A Dfriend.php38 return $this->db->insert_id();
H A Duser.php136 $uid = $this->db->insert_id();
/plugin/authucenter/lib/uc_client/lib/
H A Ddbi.class.php122 function insert_id() { function in ucclient_db
123 …return ($id = $this->link->insert_id) >= 0 ? $id : $this->result($this->query("SELECT last_insert_…
H A Ddb.class.php129 function insert_id() { function in ucclient_db
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php53 return $this->db->insert_id();
/plugin/translator/
H A Dhelper.php197 $KeyID = $this->database->insert_id();