XOOPS  2.6.0
mysqldatabaseproxy.php
Go to the documentation of this file.
1 <?php
34 {
47  public function query($sql, $limit = 0, $start = 0)
48  {
49  $this->deprecated();
50  $sql = ltrim($sql);
51  if (!$this->allowWebChanges && strtolower(substr($sql, 0, 6)) != 'select') {
52  //trigger_error('Database updates are not allowed during processing of a GET request', E_USER_WARNING);
53  return false;
54  }
55  return $this->queryF($sql, $limit, $start);
56  }
57 }
$sql
Definition: pda.php:32
$limit
Definition: findusers.php:202
query($sql, $limit=0, $start=0)
queryF($sql, $limit=0, $start=0)
$start