Home
last modified time | relevance | path

Searched refs:fetch_all (Results 1 – 16 of 16) sorted by relevance

/plugin/authucenter/lib/uc_client/model/
Dmail.php37 …$data = $this->db->fetch_all("SELECT m.*, u.username, u.email FROM ".UC_DBTABLEPRE."mailqueue m LE…
77 …$users = $this->db->fetch_all("SELECT uid, username, email FROM ".UC_DBTABLEPRE."members WHERE uid…
Dapp.php27 …$arr = $this->db->fetch_all("SELECT $col FROM ".UC_DBTABLEPRE."applications".($where ? ' WHERE '.$…
Ddomain.php40 $data = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."domains LIMIT $start, $ppp");
Dcache.php69 $data = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."badwords");
Dtag.php27 $arr = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."tags WHERE tagname='$tagname'");
Dfriend.php80 …$data = $this->db->fetch_all("SELECT f.*, m.username FROM ".UC_DBTABLEPRE."friends f LEFT JOIN ".U…
Duser.php178 …$arr = $this->db->fetch_all("SELECT uid FROM ".UC_DBTABLEPRE."protectedmembers WHERE uid IN ($uids…
203 $data = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."members $sqladd LIMIT $start, $ppp");
Dmisc.php30 …$arr = $this->db->fetch_all("SELECT $col FROM ".UC_DBTABLEPRE."applications".($where ? ' WHERE '.$…
Dbase.php127 $settings = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."settings $sqladd");
Dpm.php46 …$pms = $this->db->fetch_all("SELECT t.*, p.*, t.authorid as founderuid, t.dateline as founddatelin…
571 …$pms = $this->db->fetch_all("SELECT t.*, p.*, t.authorid as founderuid, t.dateline as founddatelin…
/plugin/pagestat/
Dremote.php128 $rwords = $rt->fetch_all();
198 $defs=$rt->fetch_all();
/plugin/simplemysqlclient/syntax/
Dsimplemysqlclient.php160 $rows = $this->fetch_all( $result);
199 private function fetch_all($result) function in syntax_plugin_simplemysqlclient_simplemysqlclient
/plugin/authucenter/lib/uc_client/control/
Dfeed.php67 …$feedlist = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."feeds ORDER BY feedid DESC LIMIT …
Duser.php188 …$protectedmembers = $this->db->fetch_all("SELECT uid,username FROM ".UC_DBTABLEPRE."protectedmembe…
/plugin/authucenter/lib/uc_client/lib/
Ddb.class.php76 function fetch_all($sql, $id = '') { function in ucclient_db
Ddbi.class.php65 function fetch_all($sql, $id = '') { function in ucclient_db