/plugin/blogtng/helper/ |
H A D | tags.php | 73 $resid = $this->sqlitehelper->getDB()->query($query, $this->pid); 79 if ($this->sqlitehelper->getDB()->res2count($resid) == 0) { 84 $tags_from_db = $this->sqlitehelper->getDB()->res2arr($resid); 110 $resid = $this->sqlitehelper->getDB()->query($query, $pid); 116 $tagcount = $this->sqlitehelper->getDB()->res2row($resid, 0); 135 $resid = $this->sqlitehelper->getDB()->query($query); 137 return $this->sqlitehelper->getDB()->res2arr($resid); 149 if (!$this->sqlitehelper->getDB()->query($query)) { 150 $this->sqlitehelper->getDB()->query('ROLLBACK TRANSACTION'); 154 if (!$this->sqlitehelper->getDB()->query($query, $this->pid)) { [all …]
|
H A D | comments.php | 55 $result = $this->sqlitehelper->getDB()->res2arr($resid); 88 $res = $this->sqlitehelper->getDB()->query($sql,$args); 89 $res = $this->sqlitehelper->getDB()->res2row($res,0); 108 $this->sqlitehelper->getDB()->query($query, 143 $this->sqlitehelper->getDB()->query($query, 163 $res = $this->sqlitehelper->getDB()->query($sql, 278 $rows = $this->sqlitehelper->getDB()->res2arr($res); 365 $row = $this->sqlitehelper->getDB()->res2row($res); 574 $res = $this->sqlitehelper->getDB()->res2arr($res); 631 $res = $this->sqlitehelper->getDB()->query($query); [all …]
|
H A D | entry.php | 71 $resid = $this->sqlitehelper->getDB()->query($query, $pid); 81 $result = $this->sqlitehelper->getDB()->res2arr($resid); 200 $this->sqlitehelper->getDB()->query( 215 $result = $this->sqlitehelper->getDB()->query( 310 $resid = $this->sqlitehelper->getDB()->query($query); 626 $res = $this->sqlitehelper->getDB()->query($query); 627 $res = $this->sqlitehelper->getDB()->res2arr($res); 650 $res = $this->sqlitehelper->getDB()->query($query); 652 $res = $this->sqlitehelper->getDB()->res2arr($res); 813 $resid = $this->sqlitehelper->getDB()->query($query); [all …]
|
H A D | sqlite.php | 25 return (bool) $this->getDB(); 34 public function getDB() { function in helper_plugin_blogtng_sqlite
|
H A D | linkback.php | 62 $resid = $sqlitehelper->getDB()->query($query, $comment['pid']); 67 $comments = $sqlitehelper->getDB()->res2arr($resid);
|
/plugin/acknowledge/ |
H A D | helper.php | 17 public function getDB() function in helper_plugin_acknowledge 66 $sqlite = $this->getDB(); 89 $sqlite = $this->getDB(); 102 $sqlite = $this->getDB(); 116 $sqlite = $this->getDB(); 133 $sqlite = $this->getDB(); 153 $sqlite = $this->getDB(); 180 $sqlite = $this->getDB(); 204 $sqlite = $this->getDB(); 225 $sqlite = $this->getDB(); [all …]
|
/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/starred/ |
H A D | helper.php | 22 public function getDB() { function in helper_plugin_starred 42 $db = $this->getDB(); 74 $db = $this->getDB(); 98 $db = $this->getDB();
|
/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/approve/action/ |
H A D | approve.php | 28 $sqlite = $db_helper->getDB(); 58 $sqlite = $db_helper->getDB(); 83 $sqlite = $db_helper->getDB(); 120 $sqlite = $db_helper->getDB(); 151 $sqlite = $db_helper->getDB(); 192 $sqlite = $db_helper->getDB(); 355 $sqlite = $db_helper->getDB(); 379 $sqlite = $db_helper->getDB();
|
H A D | notification.php | 35 $sqlite = $db_helper->getDB(); 50 $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/ireadit/action/ |
H A D | ireadit.php | 29 $sqlite = $db_helper->getDB(); 88 $sqlite = $db_helper->getDB(); 114 $sqlite = $db_helper->getDB(); 188 $sqlite = $db_helper->getDB();
|
H A D | notification.php | 30 $sqlite = $db_helper->getDB(); 45 $sqlite = $db_helper->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/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(); 967 $db = $this->getDB(); 1012 $db = $this->getDB();
|
/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/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/structpublish/helper/ |
H A D | publish.php | 42 $sqlite = $this->dbHelper->getDB(); 75 $sqlite = $this->dbHelper->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 | 35 $this->sqlite = $helper->getDB(false); 62 $this->sqlite = $helper->getDB(false);
|
/plugin/approve/ |
H A D | admin.php | 36 $sqlite = $db_helper->getDB(); 80 $sqlite = $db_helper->getDB();
|
/plugin/ireadit/ |
H A D | admin.php | 38 $sqlite = $db_helper->getDB(); 118 $sqlite = $db_helper->getDB();
|
/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
|