Home
last modified time | relevance | path

Searched refs:res2arr (Results 26 – 50 of 64) sorted by relevance

123

/plugin/approve/action/
H A Dnotification.php
H A Drevisions.php34 $approve_revisions = $sqlite->res2arr($res);
/plugin/approve/
H A Dhelper.php22 $pages = $sqlite->res2arr($res);
112 $assignments = $sqlite->res2arr($res);
H A Dadmin.php87 $assignments = $sqlite->res2arr($res);
/plugin/fksnewsfeed/inc/ORM/
H A DAbstractService.php62 foreach ($this->sqlite->res2arr($res) as $row) {
/plugin/data-au/admin/
H A Daliases.php104 $rows = $sqlite->res2arr($res);
/plugin/telleveryone/action/
H A Dnotification.php85 $logs = $sqlite->res2arr($res);
/plugin/notification/action/
H A Dcron.php84 $sent_notifications = $sqlite->res2arr($res);
/plugin/data/admin/
H A Daliases.php
/plugin/blogtng/helper/
H A Dentry.php79 $result = $this->sqlitehelper->getDB()->res2arr($resid);
623 $res = $this->sqlitehelper->getDB()->res2arr($res);
648 $res = $this->sqlitehelper->getDB()->res2arr($res);
817 return $this->sqlitehelper->getDB()->res2arr($resid);
933 $result = $this->sqlitehelper->getDB()->res2arr($res);
/plugin/fksnewsfeed/
H A Dhelper.php97 foreach ($this->sqlite->res2arr($res) as $row) {
/plugin/top/
H A Dhelper.php98 $list = $sqlite->res2arr($res);
/plugin/bez/mdl/
H A DSubscriptionFactory.php83 }, $this->model->sqlite->res2arr($r));
H A DThread.php212 $pars = $this->model->sqlite->res2arr($r);
352 $arr = $this->model->sqlite->res2arr($r);
396 $arr = $this->model->sqlite->res2arr($r);
/plugin/do/
H A Dhelper.php221 $res = $this->db->res2arr($res);
419 return $this->db->res2arr($res);
/plugin/ireadit/action/
H A Direadit.php55 $readers = $sqlite->res2arr($res);
/plugin/podcast/
H A Dhelper.php16 $rows = $sqlite->res2arr($res);
/plugin/rating/
H A Dhelper.php125 $list = $sqlite->res2arr($res);
/plugin/data-au/syntax/
H A Drelated.php44 $rows = $sqlite->res2arr($res);
H A Dcloud.php154 $rows = $sqlite->res2arr($res);
/plugin/telleveryone/
H A Dadmin.php108 $logs = $sqlite->res2arr($res);
/plugin/data/syntax/
H A Drelated.php
H A Dcloud.php
/plugin/data-graph/
H A Dsyntax.php153 …$arr = $this->db->res2arr($this->db->query('select d2.value as k, sum(d.value) as s, count(d.value…
/plugin/datagraph/
H A Dsyntax.php153 …$arr = $this->db->res2arr($this->db->query('select d2.value as k, sum(d.value) as s, count(d.value…

123