API17:JDatabase::debug
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabase::debug
Description
Sets the debug level on or off.
Description:JDatabase::debug [Edit Descripton]
Synopsis
public JDatabase::debug ($level)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $level | int | 0 = off, 1 = on |
Returns
Defined in
libraries/joomla/database/database.php (line 372)
- see source code in BitBucket
Referenced by
See also
Examples
<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
