Searched refs:prepare (Results 1 – 4 of 4) sorted by relevance
5 function prepare($hidePages = '^:test$', $act = 'show') { function in PageUtilsIsHiddenPageTest13 $this->prepare('');19 $this->prepare('^:test$', 'admin');25 $this->prepare();31 $this->prepare();38 $this->prepare();50 $this->prepare();64 $this->prepare();72 $this->prepare();84 $this->prepare();
120 …$query = $this->mysql->prepare('DELETE i, cd FROM `' . $this->options['extras']['prefix'] . 'cache…135 …$query = $this->mysql->prepare('SELECT COUNT(*) FROM `' . $this->options['extras']['prefix'] . 'ca…142 $query = $this->mysql->prepare($sql);146 $query = $this->mysql->prepare($sql);156 …$query = $this->mysql->prepare('INSERT INTO `' . $this->options['extras']['prefix'] . 'cache_data`…172 …$query = $this->mysql->prepare('SELECT `id` FROM `' . $this->options['extras']['prefix'] . 'items`…188 …$query = $this->mysql->prepare('INSERT INTO `' . $this->options['extras']['prefix'] . 'items` (`fe…204 …$query = $this->mysql->prepare('SELECT `id` FROM `' . $this->options['extras']['prefix'] . 'cache_…208 …$query = $this->mysql->prepare('UPDATE `' . $this->options['extras']['prefix'] . 'cache_data` SET …216 …$query = $this->mysql->prepare('INSERT INTO `' . $this->options['extras']['prefix'] . 'cache_data`…[all …]
661 $sth = $this->pdo->prepare($sql);
351 * Fixed a bug where MySQL statements were not being passed through `prepare()`. [#348](https://gith…