Searched refs:fetch_all (Results 1 – 16 of 16) sorted by relevance
/plugin/authucenter/lib/uc_client/model/ |
H A D | app.php | 27 …$arr = $this->db->fetch_all("SELECT $col FROM ".UC_DBTABLEPRE."applications".($where ? ' WHERE '.$…
|
H A D | mail.php | 37 …$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 D | domain.php | 40 $data = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."domains LIMIT $start, $ppp");
|
H A D | cache.php | 69 $data = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."badwords");
|
H A D | tag.php | 27 $arr = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."tags WHERE tagname='$tagname'");
|
H A D | friend.php | 80 …$data = $this->db->fetch_all("SELECT f.*, m.username FROM ".UC_DBTABLEPRE."friends f LEFT JOIN ".U…
|
H A D | user.php | 178 …$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 D | misc.php | 30 …$arr = $this->db->fetch_all("SELECT $col FROM ".UC_DBTABLEPRE."applications".($where ? ' WHERE '.$…
|
H A D | base.php | 127 $settings = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."settings $sqladd");
|
H A D | pm.php | 46 …$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 D | remote.php | 128 $rwords = $rt->fetch_all(); 198 $defs=$rt->fetch_all();
|
/plugin/authucenter/lib/uc_client/control/ |
H A D | feed.php | 67 …$feedlist = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."feeds ORDER BY feedid DESC LIMIT …
|
H A D | user.php | 188 …$protectedmembers = $this->db->fetch_all("SELECT uid,username FROM ".UC_DBTABLEPRE."protectedmembe…
|
/plugin/simplemysqlclient/syntax/ |
H A D | simplemysqlclient.php | 160 $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 D | db.class.php | 76 function fetch_all($sql, $id = '') { function in ucclient_db
|
H A D | dbi.class.php | 65 function fetch_all($sql, $id = '') { function in ucclient_db
|