XOOPS
2.6.0
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
mysqldatabaseproxy.php
Go to the documentation of this file.
1
<?php
33
class
XoopsMySQLDatabaseProxy
extends
XoopsMySQLDatabase
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
}
XoopsMySQLDatabase
Definition:
mysqldatabase.php:30
$sql
$sql
Definition:
pda.php:32
$limit
$limit
Definition:
findusers.php:202
XoopsMySQLDatabaseProxy\query
query($sql, $limit=0, $start=0)
Definition:
mysqldatabaseproxy.php:47
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
XoopsMySQLDatabaseProxy
Definition:
mysqldatabaseproxy.php:33
usr64
htdocs
class
database
mysqldatabaseproxy.php
Generated on Fri May 22 2015 03:07:00 for XOOPS by
1.8.9.1