JDatabase::debug/1.5
From Joomla! Documentation
JDatabase::debug
Description
Sets the debug level on or off.
Description:JDatabase::debug [Edit Descripton]
public function debug ($level)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $level | int | 0 = off, 1 = on |
- Returns
- Defined on line 409 of libraries/joomla/database/database.php
See also
-
JDatabase::debug on api.joomla.org
-
JDatabase source code on JoomlaCode
-
Class JDatabase
-
Subpackage Database
- Other versions of JDatabase::debug
SeeAlso:JDatabase::debug [Edit See Also]
User contributed notes
<CodeExamplesForm />
Example:debugging a specific query
//$db = your db object gotten before, with a query loaded (set) var_dump($db->replacePrefix( (string) $db->getQuery()) );//debug
E-builds 2012-09-11