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