Home
last modified time | relevance | path

Searched refs:getDB (Results 1 – 25 of 76) sorted by path

1234

/plugin/acknowledge/
H A Dhelper.php50 public function getDB()
25 public function getDB() global() function in helper_plugin_acknowledge
/plugin/addressbook/
H A Daction.php64 $sqlite = $db_helper->getDB();
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();
/plugin/addressbook/helper/
H A Ddb.php70 public function getDB($throw=true) function in helper_plugin_addressbook_db
/plugin/approve/action/
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 Dnotification.php37 $sqlite = $db_helper->getDB();
H A Dprettyprint.php17 $sqlite = $db_helper->getDB();
H A Drevisions.php21 $sqlite = $db_helper->getDB();
/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/bez/action/
H A Ddefault.php317 $event->data['dependencies'][] = $db_helper->getDB()->getAdapter()->getDbFile();
/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/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/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/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 Dentry.php69 $resid = $this->sqlitehelper->getDB()->query($query, $pid);
79 $result = $this->sqlitehelper->getDB()->res2arr($resid);
198 $this->sqlitehelper->getDB()->query(
213 $result = $this->sqlitehelper->getDB()->query(
308 $resid = $this->sqlitehelper->getDB()->query($query);
622 $res = $this->sqlitehelper->getDB()->query($query);
623 $res = $this->sqlitehelper->getDB()->res2arr($res);
646 $res = $this->sqlitehelper->getDB()->query($query);
648 $res = $this->sqlitehelper->getDB()->res2arr($res);
816 $resid = $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
H A Dtags.php71 $resid = $this->sqlitehelper->getDB()->query($query, $this->pid);
77 if ($this->sqlitehelper->getDB()->res2count($resid) == 0) {
82 $tags_from_db = $this->sqlitehelper->getDB()->res2arr($resid);
108 $resid = $this->sqlitehelper->getDB()->query($query, $pid);
114 $tagcount = $this->sqlitehelper->getDB()->res2row($resid, 0);
133 $resid = $this->sqlitehelper->getDB()->query($query);
135 return $this->sqlitehelper->getDB()->res2arr($resid);
147 if (!$this->sqlitehelper->getDB()->query($query)) {
148 $this->sqlitehelper->getDB()->query('ROLLBACK TRANSACTION');
152 if (!$this->sqlitehelper->getDB()->query($query, $this->pid)) {
[all …]
/plugin/database2/
H A Ddatabase2.php6184 public function getDB() function in Database2_Admin

1234