Home
last modified time | relevance | path

Searched refs:getDB (Results 1 – 25 of 76) sorted by last modified time

1234

/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/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/struct/action/
H A Dcache.php84 $sqlite = $db->getDB(false);
H A Dmove.php49 $this->db = $hlp->getDB(false);
/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
H A Dimexport.php39 $this->sqlite = $helper->getDB(false);
66 $this->sqlite = $helper->getDB(false);
/plugin/acknowledge/
H A Dhelper.php50 public function getDB()
25 public function getDB() global() function in helper_plugin_acknowledge
/plugin/sqlite/helper/
H A Ddb.php43 public function getDB()
42 public function getDB() global() function in helper_plugin_sqlite_db
/plugin/structstatus/
H A Daction.php45 $sqlite = $helper->getDB();
/plugin/starred/
H A Dhelper.php23 public function getDB() function in helper_plugin_starred
48 $db = $this->getDB();
82 $db = $this->getDB();
106 $db = $this->getDB();
/plugin/bez/mdl/
H A DModel.php89 $this->sqlite = $this->db_helper->getDB();
/plugin/bez/struct/
H A DBezType.php47 $sqlite = plugin_load('helper', 'bez_db')->getDB();
61 $sqlite = plugin_load('helper', 'bez_db')->getDB();
95 $sqlite = plugin_load('helper', 'bez_db')->getDB();
133 $sqlite = $bez_db_helper->getDB();
/plugin/bez/syntax/
H A Dqlink.php35 $sqlite = plugin_load('helper', 'bez_db')->getDB();
49 $sqlite = plugin_load('helper', 'bez_db')->getDB();
/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/bez/action/
H A Ddefault.php317 $event->data['dependencies'][] = $db_helper->getDB()->getAdapter()->getDbFile();
/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...]

1234