XOOPS  2.6.0
mysqldatabasesafe.php
Go to the documentation of this file.
1 <?php
31 {
43  public function query($sql, $limit = 0, $start = 0)
44  {
45  $this->deprecated();
46  return $this->queryF($sql, $limit, $start);
47  }
48 }
$sql
Definition: pda.php:32
$limit
Definition: findusers.php:202
query($sql, $limit=0, $start=0)
queryF($sql, $limit=0, $start=0)
$start