XOOPS
2.6.0
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
mysqldatabasesafe.php
Go to the documentation of this file.
1
<?php
30
class
XoopsMySQLDatabaseSafe
extends
XoopsMySQLDatabase
31
{
43
public
function
query
(
$sql
,
$limit
= 0,
$start
= 0)
44
{
45
$this->
deprecated
();
46
return
$this->
queryF
(
$sql
,
$limit
,
$start
);
47
}
48
}
XoopsMySQLDatabase
Definition:
mysqldatabase.php:30
XoopsMySQLDatabaseSafe
Definition:
mysqldatabasesafe.php:30
$sql
$sql
Definition:
pda.php:32
$limit
$limit
Definition:
findusers.php:202
XoopsMySQLDatabaseSafe\query
query($sql, $limit=0, $start=0)
Definition:
mysqldatabasesafe.php:43
XoopsMySQLDatabase\queryF
queryF($sql, $limit=0, $start=0)
Definition:
mysqldatabase.php:337
XoopsMySQLDatabase\deprecated
deprecated()
Definition:
mysqldatabase.php:64
$start
$start
Definition:
xoops_images.php:33
usr64
htdocs
class
database
mysqldatabasesafe.php
Generated on Fri May 22 2015 03:07:00 for XOOPS by
1.8.9.1