| /plugin/blogtng/helper/ |
| 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 …]
|
| D | comments.php | 50 $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 …]
|
| D | entry.php | 69 $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 …]
|
| D | sqlite.php | 21 return (bool) $this->getDB(); 30 public function getDB() { function in helper_plugin_blogtng_sqlite
|
| D | linkback.php | 63 $resid = $sqlitehelper->getDB()->query($query, $comment->getPid()); 68 $comments = $sqlitehelper->getDB()->res2arr($resid);
|
| /plugin/questionnaire/ |
| D | helper.php | 22 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/statistics/_test/ |
| D | LoggerTest.php | 190 …$refererRecord = $this->helper->getDB()->queryRecord('SELECT * FROM referers WHERE id = ?', [$refI… 210 …$count = $this->helper->getDB()->queryValue('SELECT COUNT(*) FROM referers WHERE url = ?', [$inter… 230 … $search = $this->helper->getDB()->queryRecord('SELECT * FROM search ORDER BY dt DESC LIMIT 1'); 234 …$wordCount = $this->helper->getDB()->queryValue('SELECT COUNT(*) FROM searchwords WHERE sid = ?', … 237 …$loggedWords = $this->helper->getDB()->queryAll('SELECT word FROM searchwords WHERE sid = ? ORDER … 254 $sessionCount = $this->helper->getDB()->queryValue('SELECT COUNT(*) FROM sessions'); 257 $session = $this->helper->getDB()->queryRecord('SELECT * FROM sessions LIMIT 1'); 306 … $ipRecord = $this->helper->getDB()->queryRecord('SELECT * FROM iplocation WHERE ip = ?', [$ip]); 336 $count = $this->helper->getDB()->queryValue('SELECT COUNT(*) FROM outlinks'); 384 …$pageview = $this->helper->getDB()->queryRecord('SELECT * FROM pageviews ORDER BY dt DESC LIMIT 1'… [all …]
|
| /plugin/davcal/ |
| H A D | helper.php | 25 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 D | db.php | 18 public function getDB() function in helper_plugin_structpublish_db 26 $sqlite = $struct->getDB(false); 47 $sqlite = $this->getDB(); 66 $sqlite = $this->getDB();
|
| /plugin/starred/ |
| 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/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/issuelinks/helper/ |
| 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/tagging/ |
| H A D | helper.php | 25 public function getDB() function in helper_plugin_tagging 154 $db = $this->getDB(); 422 $db = $this->getDB(); 455 $db = $this->getDB(); 481 $db = $this->getDB(); 548 $db = $this->getDB(); 592 $db = $this->getDB(); 619 $db = $this->getDB(); 634 $db = $this->getDB(); 712 $db = $this->getDB(); [all …]
|
| /plugin/davcard/ |
| 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/webdavclient/ |
| 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/notification/helper/ |
| H A D | cron.php | 20 $this->sqlite = $db_helper->getDB(); 92 $sqlite = $db_helper->getDB(); 187 $sqlite = $db_helper->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/randomtables/action/ |
| D | ajax.php | 22 $db = $helper->getDB(); 64 $db = $helper->getDB();
|
| /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/struct/helper/ |
| H A D | imexport.php | 39 $this->sqlite = $helper->getDB(false); 66 $this->sqlite = $helper->getDB(false);
|
| /plugin/telleveryone/action/ |
| D | notification.php | 61 $sqlite = $db_helper->getDB(); 76 $sqlite = $db_helper->getDB();
|
| /plugin/data/admin/ |
| D | aliases.php | 73 $sqlite = $this->dthlp->getDB(); 106 $sqlite = $this->dthlp->getDB();
|
| /plugin/addressbook/ |
| D | syntax.php | 372 $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/ |
| D | helper.php | 10 public function getDB(): ?helper_plugin_sqlite function in helper_plugin_randomtables_helper
|