Home
last modified time | relevance | path

Searched refs:getDB (Results 26 – 50 of 76) sorted by relevance

1234

/plugin/addressbook/
H A Dsyntax.php372 $sqlite = $db_helper->getDB();
453 $sqlite = $db_helper->getDB();
518 $sqlite = $db_helper->getDB();
583 $sqlite = $db_helper->getDB();
612 $sqlite = $db_helper->getDB();
665 $sqlite = $db_helper->getDB();
933 $sqlite = $db_helper->getDB();
H A Daction.php64 $sqlite = $db_helper->getDB();
/plugin/telleveryone/
H A Dapi.php10 $sqlite = $db_helper->getDB();
/plugin/ireadit/action/
H A Dmove.php32 $sqlite = $db_helper->getDB();
/plugin/approve/action/
H A Dmove.php30 $sqlite = $db_helper->getDB();
H A Dcache.php44 $sqlite = $db_helper->getDB();
H A Dprettyprint.php17 $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 Dmigration.php50 $sqlite = $db_helper->getDB();
/plugin/structnotification/
H A Dadmin.php47 $sqlite = $db_helper->getDB();
98 $sqlite = $db_helper->getDB();
/plugin/structnotification/action/
H A Dnotification.php48 $sqlite = $db_helper->getDB();
77 $sqlite = $db_helper->getDB();
/plugin/structnotification/helper/
H A Ddb.php66 public function getDB() function in helper_plugin_structnotification_db
/plugin/struct/helper/
H A Ddb.php44 public function getDB($throw = true)
52 public function getDB($throw = true) global() function in helper_plugin_struct_db
/plugin/addressbook/helper/
H A Ddb.php70 public function getDB($throw=true) function in helper_plugin_addressbook_db
/plugin/telleveryone/helper/
H A Ddb.php68 public function getDB($throw=true) function in helper_plugin_telleveryone_db
/plugin/ireadit/helper/
H A Ddb.php68 public function getDB($throw=true) function in helper_plugin_ireadit_db
/plugin/approve/helper/
H A Ddb.php68 public function getDB($throw=true) function in helper_plugin_approve_db
/plugin/watchcycle/helper/
H A Ddb.php69 public function getDB() function in helper_plugin_watchcycle_db
/plugin/bez/helper/
H A Ddb.php57 public function getDB($throw=true) {
59 public function getDB($throw=true) { global() function in helper_plugin_bez_db
/plugin/extendpage/helper/
H A Ddb.php63 public function getDB($throw = true) function in helper_plugin_extendpage_db
/plugin/structpublish/helper/
H A Dpublish.php73 $sqlite = $this->dbHelper->getDB();
/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);
/plugin/struct/meta/
H A DSchema.php64 $this->sqlite = $helper->getDB();
173 $db = $helper->getDB(false);

1234