Home
last modified time | relevance | path

Searched refs:getDB (Results 26 – 50 of 76) sorted by last modified time

1234

/plugin/tagging/action/
H A Dmain.php158 $tags = $hlp->findItems(array('tag' => '*' . $hlp->getDB()->escape_string($search) . '*'), 'tag');
/plugin/randomtables/action/
H A Dajax.php22 $db = $helper->getDB();
64 $db = $helper->getDB();
/plugin/randomtables/helper/
H A Dhelper.php10 public function getDB(): ?helper_plugin_sqlite function in helper_plugin_randomtables_helper
/plugin/approve/
H A Dadmin.php36 $sqlite = $db_helper->getDB();
80 $sqlite = $db_helper->getDB();
/plugin/approve/helper/
H A Ddb.php68 public function getDB($throw=true) function in helper_plugin_approve_db
/plugin/approve/syntax/
H A Dtable.php
/plugin/approve/action/
H A Dnotification.php37 $sqlite = $db_helper->getDB();
H A Dprettyprint.php17 $sqlite = $db_helper->getDB();
H A Dapprove.php28 $sqlite = $db_helper->getDB();
58 $sqlite = $db_helper->getDB();
83 $sqlite = $db_helper->getDB();
120 $sqlite = $db_helper->getDB();
151 $sqlite = $db_helper->getDB();
191 $sqlite = $db_helper->getDB();
357 $sqlite = $db_helper->getDB();
381 $sqlite = $db_helper->getDB();
H A Dcache.php44 $sqlite = $db_helper->getDB();
H A Dmove.php30 $sqlite = $db_helper->getDB();
H A Drevisions.php21 $sqlite = $db_helper->getDB();
/plugin/notification/helper/
H A Dcron.php17 $this->sqlite = $db_helper->getDB();
H A Ddb.php66 public function getDB() function in helper_plugin_notification_db
/plugin/notification/action/
H A Dcron.php45 $sqlite = $db_helper->getDB();
H A Dmigration.php50 $sqlite = $db_helper->getDB();
/plugin/ireadit/action/
H A Direadit.php45 $sqlite = $db_helper->getDB();
98 $sqlite = $db_helper->getDB();
124 $sqlite = $db_helper->getDB();
H A Dmove.php32 $sqlite = $db_helper->getDB();
/plugin/ireadit/helper/
H A Ddb.php68 public function getDB($throw=true) function in helper_plugin_ireadit_db
/plugin/ireadit/
H A Dhelper.php53 $approve_sqlite = $approve_db_helper->getDB();
73 $approve_sqlite = $approve_db_helper->getDB();
90 $approve_sqlite = $approve_db_helper->getDB();
120 $sqlite = $db_helper->getDB();
143 $sqlite = $db_helper->getDB();
/plugin/ireadit/syntax/
H A Dlist.php128 $sqlite = $db_helper->getDB();
/plugin/blogtng/helper/
H A Dcomments.php57 $result = $this->sqlitehelper->getDB()->res2arr($resid);
88 $res = $this->sqlitehelper->getDB()->query($sql,$args);
89 $res = $this->sqlitehelper->getDB()->res2row($res,0);
109 $this->sqlitehelper->getDB()->query($query,
146 $this->sqlitehelper->getDB()->query($query,
166 $res = $this->sqlitehelper->getDB()->query(
284 $rows = $this->sqlitehelper->getDB()->res2arr($res);
382 $row = $this->sqlitehelper->getDB()->res2row($res);
607 $res = $this->sqlitehelper->getDB()->res2arr($res);
668 $res = $this->sqlitehelper->getDB()->query($query);
[all …]
H A Dlinkback.php63 $resid = $sqlitehelper->getDB()->query($query, $comment->getPid());
68 $comments = $sqlitehelper->getDB()->res2arr($resid);
H A Dsqlite.php21 return (bool) $this->getDB();
30 public function getDB() { function in helper_plugin_blogtng_sqlite
/plugin/blogtng/
H A Dadmin.php254 $db = $this->sqlitehelper->getDB();
349 $items = $this->sqlitehelper->getDB()->res2arr($resid);
515 $res = $this->sqlitehelper->getDB()->query($sqlcount);
516 $count = $this->sqlitehelper->getDB()->res2single($res);
518 $resid = $this->sqlitehelper->getDB()->query($sqlselect);

1234