Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/model/
H A Dapp.php27 …$arr = $this->db->fetch_all("SELECT $col FROM ".UC_DBTABLEPRE."applications".($where ? ' WHERE '.$…
H A 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…
H A Ddomain.php40 $data = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."domains LIMIT $start, $ppp");
H A Dcache.php69 $data = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."badwords");
H A Dtag.php27 $arr = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."tags WHERE tagname='$tagname'");
H A Dfriend.php80 …$data = $this->db->fetch_all("SELECT f.*, m.username FROM ".UC_DBTABLEPRE."friends f LEFT JOIN ".U…
H A 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");
H A Dmisc.php30 …$arr = $this->db->fetch_all("SELECT $col FROM ".UC_DBTABLEPRE."applications".($where ? ' WHERE '.$…
H A Dbase.php127 $settings = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."settings $sqladd");
H A 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/
H A Dremote.php128 $rwords = $rt->fetch_all();
198 $defs=$rt->fetch_all();
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php67 …$feedlist = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."feeds ORDER BY feedid DESC LIMIT …
H A Duser.php188 …$protectedmembers = $this->db->fetch_all("SELECT uid,username FROM ".UC_DBTABLEPRE."protectedmembe…
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php160 $rows = $this->fetch_all( $result);
199 private function fetch_all($result) function in syntax_plugin_simplemysqlclient_simplemysqlclient
/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php76 function fetch_all($sql, $id = '') { function in ucclient_db
H A Ddbi.class.php65 function fetch_all($sql, $id = '') { function in ucclient_db