/plugin/blogtng/helper/ |
H A D | tags.php | 71 $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 …]
|
H A D | comments.php | 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( 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 D | entry.php | 69 $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 D | sqlite.php | 21 return (bool) $this->getDB(); 30 public function getDB() { function in helper_plugin_blogtng_sqlite
|
H A D | linkback.php | 63 $resid = $sqlitehelper->getDB()->query($query, $comment->getPid()); 68 $comments = $sqlitehelper->getDB()->res2arr($resid);
|
/plugin/acknowledge/ |
H A D | helper.php | 50 public function getDB() 25 public function getDB() global() function in helper_plugin_acknowledge
|
/plugin/davcal/ |
H A D | helper.php | 26 private function getDB() function in helper_plugin_davcal 299 $sqlite = $this->getDB(); 347 $sqlite = $this->getDB(); 367 $sqlite = $this->getDB(); 390 $sqlite = $this->getDB(); 413 $sqlite = $this->getDB(); 447 $sqlite = $this->getDB(); 501 $sqlite = $this->getDB(); 536 $sqlite = $this->getDB(); 686 $sqlite = $this->getDB(); [all …]
|
/plugin/bez/struct/ |
H A D | BezType.php | 47 $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/starred/ |
H A D | helper.php | 23 public function getDB() function in helper_plugin_starred 48 $db = $this->getDB(); 82 $db = $this->getDB(); 106 $db = $this->getDB();
|
/plugin/approve/action/ |
H A D | approve.php |
|
H A D | notification.php |
|
/plugin/ireadit/ |
H A D | helper.php | 86 $approve_sqlite = $approve_db_helper->getDB(); 116 $sqlite = $db_helper->getDB(); 139 $sqlite = $db_helper->getDB();
|
/plugin/issuelinks/helper/ |
H A D | db.php | 26 $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/ |
H A D | helper.php | 27 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 D | ireadit.php | 45 $sqlite = $db_helper->getDB(); 98 $sqlite = $db_helper->getDB(); 124 $sqlite = $db_helper->getDB();
|
/plugin/tagging/ |
H A D | helper.php | 19 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/webdavclient/ |
H A D | helper.php | 35 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/bez/syntax/ |
H A D | qlink.php | 35 $sqlite = plugin_load('helper', 'bez_db')->getDB(); 49 $sqlite = plugin_load('helper', 'bez_db')->getDB();
|
/plugin/randomtables/action/ |
H A D | ajax.php | 22 $db = $helper->getDB(); 64 $db = $helper->getDB();
|
/plugin/struct/helper/ |
H A D | imexport.php | 39 $this->sqlite = $helper->getDB(false); 66 $this->sqlite = $helper->getDB(false);
|
/plugin/approve/ |
H A D | admin.php |
|
/plugin/telleveryone/action/ |
H A D | notification.php | 61 $sqlite = $db_helper->getDB(); 76 $sqlite = $db_helper->getDB();
|
/plugin/randomtables/helper/ |
H A D | helper.php | 10 public function getDB(): ?helper_plugin_sqlite function in helper_plugin_randomtables_helper
|
/plugin/sqlite/helper/ |
H A D | db.php | 43 public function getDB() 42 public function getDB() global() function in helper_plugin_sqlite_db
|
/plugin/telleveryone/ |
H A D | admin.php | 49 $sqlite = $db_helper->getDB(); 95 $sqlite = $db_helper->getDB();
|