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();
159 …$query = $this->mysql->prepare('DELETE i, cd FROM `' . $this->options['extras']['prefix'] . 'cache…174 …$query = $this->mysql->prepare('SELECT COUNT(*) FROM `' . $this->options['extras']['prefix'] . 'ca…181 $query = $this->mysql->prepare($sql);185 $query = $this->mysql->prepare($sql);195 …$query = $this->mysql->prepare('INSERT INTO `' . $this->options['extras']['prefix'] . 'cache_data`…211 …$query = $this->mysql->prepare('SELECT `id` FROM `' . $this->options['extras']['prefix'] . 'items`…227 …$query = $this->mysql->prepare('INSERT INTO `' . $this->options['extras']['prefix'] . 'items` (`fe…243 …$query = $this->mysql->prepare('SELECT `id` FROM `' . $this->options['extras']['prefix'] . 'cache_…247 …$query = $this->mysql->prepare('UPDATE `' . $this->options['extras']['prefix'] . 'cache_data` SET …255 …$query = $this->mysql->prepare('INSERT INTO `' . $this->options['extras']['prefix'] . 'cache_data`…[all …]
661 $sth = $this->pdo->prepare($sql);
299 * Fixed a bug where MySQL statements were not being passed thorugh `prepare()`. [#348](https://gith…