Home
last modified time | relevance | path

Searched refs:getDB (Results 1 – 25 of 86) sorted by relevance

1234

/plugin/blogtng/helper/
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 …]
Dcomments.php50 $resid = $this->sqlitehelper->getDB()->query($query, $cid);
54 if ($this->sqlitehelper->getDB()->res2count($resid) == 0) {
57 $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(
172 $cid = $this->sqlitehelper->getDB()->res2single($res);
195 return (bool) $this->sqlitehelper->getDB()->query($query, $cid);
[all …]
Dentry.php69 $resid = $this->sqlitehelper->getDB()->query($query, $pid);
74 if ($this->sqlitehelper->getDB()->res2count($resid) == 0) {
79 $result = $this->sqlitehelper->getDB()->res2arr($resid);
177 $ret = $this->sqlitehelper->getDB()->query($sql,$this->entry['pid']);
198 $this->sqlitehelper->getDB()->query(
213 $result = $this->sqlitehelper->getDB()->query(
292 $this->sqlitehelper->getDB()->quote_and_join($conf['blog'],
297 $this->sqlitehelper->getDB()->quote_and_join($conf['tags'],
308 $resid = $this->sqlitehelper->getDB()->query($query);
310 $count = $this->sqlitehelper->getDB()->res2count($resid);
[all …]
Dsqlite.php21 return (bool) $this->getDB();
30 public function getDB() { function in helper_plugin_blogtng_sqlite
Dlinkback.php63 $resid = $sqlitehelper->getDB()->query($query, $comment->getPid());
68 $comments = $sqlitehelper->getDB()->res2arr($resid);
/plugin/questionnaire/
Dhelper.php22 public function getDB() function in helper_plugin_questionnaire
46 $db = $this->getDB();
62 $db = $this->getDB();
84 $db = $this->getDB();
103 $db = $this->getDB();
118 $db = $this->getDB();
146 $db = $this->getDB();
/plugin/davcal/
H A Dhelper.php25 private function getDB() function in helper_plugin_davcal
301 $sqlite = $this->getDB();
349 $sqlite = $this->getDB();
369 $sqlite = $this->getDB();
392 $sqlite = $this->getDB();
415 $sqlite = $this->getDB();
449 $sqlite = $this->getDB();
502 $sqlite = $this->getDB();
536 $sqlite = $this->getDB();
559 $sqlite = $this->getDB();
[all …]
/plugin/structpublish/helper/
H A Ddb.php18 public function getDB() function in helper_plugin_structpublish_db
26 $sqlite = $struct->getDB(false);
47 $sqlite = $this->getDB();
66 $sqlite = $this->getDB();
/plugin/starred/
Dhelper.php23 public function getDB() function in helper_plugin_starred
48 $db = $this->getDB();
82 $db = $this->getDB();
106 $db = $this->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/issuelinks/helper/
Ddb.php26 $db = $this->getDB();
42 public function getDB() function in helper_plugin_issuelinks_db
77 $db = $this->getDB();
95 $db = $this->getDB();
134 $db = $this->getDB();
187 $db = $this->getDB();
221 $db = $this->getDB();
/plugin/davcard/
Dhelper.php27 private function getDB() function in helper_plugin_davcard
147 $sqlite = $this->getDB();
260 $sqlite = $this->getDB();
300 $sqlite = $this->getDB();
325 $sqlite = $this->getDB();
369 $sqlite = $this->getDB();
428 $sqlite = $this->getDB();
523 $sqlite = $this->getDB();
599 $sqlite = $this->getDB();
748 $sqlite = $this->getDB();
[all …]
/plugin/ireadit/action/
H A Direadit.php45 $sqlite = $db_helper->getDB();
98 $sqlite = $db_helper->getDB();
124 $sqlite = $db_helper->getDB();
/plugin/tagging/
H A Dhelper.php22 public function getDB() function in helper_plugin_tagging
134 $db = $this->getDB();
400 $db = $this->getDB();
462 $db = $this->getDB();
571 $db = $this->getDB();
599 $db = $this->getDB();
615 $db = $this->getDB();
693 $db = $this->getDB();
972 $db = $this->getDB();
1017 $db = $this->getDB();
/plugin/webdavclient/
Dhelper.php35 private function getDB() function in helper_plugin_webdavclient
160 $sqlite = $this->getDB();
178 $sqlite = $this->getDB();
196 $sqlite = $this->getDB();
213 $sqlite = $this->getDB();
251 $sqlite = $this->getDB();
367 $sqlite = $this->getDB();
419 $sqlite = $this->getDB();
457 $sqlite = $this->getDB();
476 $sqlite = $this->getDB();
[all …]
/plugin/notification/helper/
H A Dcron.php20 $this->sqlite = $db_helper->getDB();
92 $sqlite = $db_helper->getDB();
187 $sqlite = $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/randomtables/action/
Dajax.php22 $db = $helper->getDB();
64 $db = $helper->getDB();
/plugin/ireadit/
H A Dhelper.php86 $approve_sqlite = $approve_db_helper->getDB();
116 $sqlite = $db_helper->getDB();
139 $sqlite = $db_helper->getDB();
/plugin/struct/helper/
H A Dimexport.php39 $this->sqlite = $helper->getDB(false);
66 $this->sqlite = $helper->getDB(false);
/plugin/telleveryone/action/
Dnotification.php61 $sqlite = $db_helper->getDB();
76 $sqlite = $db_helper->getDB();
/plugin/data/admin/
Daliases.php73 $sqlite = $this->dthlp->getDB();
106 $sqlite = $this->dthlp->getDB();
/plugin/addressbook/
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/randomtables/helper/
Dhelper.php10 public function getDB(): ?helper_plugin_sqlite function in helper_plugin_randomtables_helper
/plugin/telleveryone/
Dadmin.php49 $sqlite = $db_helper->getDB();
95 $sqlite = $db_helper->getDB();

1234