JDatabase::debug/1.5

From Joomla! Documentation
Jump to: navigation, search

Joomla 1.5 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

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
You can also try this with some other debug methods instead because a "var_dump" (bit like echo) will not always display on your screen.

E-builds 2012-09-11

Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox