Home
last modified time | relevance | path

Searched refs:getDB (Results 51 – 75 of 76) sorted by path

1234

/plugin/struct/helper/
H A Dimexport.php39 $this->sqlite = $helper->getDB(false);
66 $this->sqlite = $helper->getDB(false);
/plugin/struct/meta/
H A DAccessTable.php128 $this->sqlite = $helper->getDB();
H A DAssignments.php51 $this->sqlite = $helper->getDB();
H A DCSVImporter.php59 $this->sqlite = $db->getDB(true);
H A DPageMeta.php22 $this->sqlite = $helper->getDB();
H A DSchema.php64 $this->sqlite = $helper->getDB();
173 $db = $helper->getDB(false);
H A DSchemaBuilder.php69 $this->sqlite = $this->helper->getDB();
H A DSearch.php71 $this->sqlite = $this->dbHelper->getDB();
/plugin/struct/types/
H A DTag.php63 $sqlite = $hlp->getDB();
/plugin/structnotification/action/
H A Dnotification.php48 $sqlite = $db_helper->getDB();
77 $sqlite = $db_helper->getDB();
/plugin/structnotification/
H A Dadmin.php47 $sqlite = $db_helper->getDB();
98 $sqlite = $db_helper->getDB();
/plugin/structnotification/helper/
H A Ddb.php66 public function getDB() function in helper_plugin_structnotification_db
/plugin/structpublish/action/
H A Dmigration.php39 $sqlite = $helper->getDB();
/plugin/structpublish/helper/
H A Dpublish.php73 $sqlite = $this->dbHelper->getDB();
/plugin/structpublish/meta/
H A DAssignments.php50 $this->sqlite = $helper->getDB();
/plugin/structstatus/
H A Daction.php45 $sqlite = $helper->getDB();
/plugin/tagging/action/
H A Dmain.php158 $tags = $hlp->findItems(array('tag' => '*' . $hlp->getDB()->escape_string($search) . '*'), 'tag');
/plugin/tagging/
H A Dhelper.php19 public function getDB() { function in helper_plugin_tagging
125 $db = $this->getDB();
391 $db = $this->getDB();
455 $db = $this->getDB();
564 $db = $this->getDB();
592 $db = $this->getDB();
607 $db = $this->getDB();
686 $db = $this->getDB();
965 $db = $this->getDB();
1010 $db = $this->getDB();
[all...]
/plugin/telleveryone/action/
H A Dnotification.php61 $sqlite = $db_helper->getDB();
76 $sqlite = $db_helper->getDB();
/plugin/telleveryone/
H A Dadmin.php49 $sqlite = $db_helper->getDB();
95 $sqlite = $db_helper->getDB();
H A Dapi.php10 $sqlite = $db_helper->getDB();
/plugin/telleveryone/helper/
H A Ddb.php68 public function getDB($throw=true) function in helper_plugin_telleveryone_db
/plugin/watchcycle/
H A Daction.php127 $sqlite = plugin_load('helper', 'watchcycle_db')->getDB();
H A Dadmin.php50 $sqlite = plugin_load('helper', 'watchcycle_db')->getDB();
/plugin/watchcycle/helper/
H A Ddb.php69 public function getDB() function in helper_plugin_watchcycle_db

1234