API16

API16:JTableNested/debug

From Joomla! Documentation

Revision as of 22:43, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Sets the debug level on or off <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowik...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Sets the debug level on or off

[Edit Descripton]

Template:Description:JTableNested/debug

Syntax

debug($level)
Parameter Name Default Value Description
$level 0 = off, 1 = on

Defined in

libraries/joomla/database/tablenested.php

Importing

jimport( 'joomla.database.tablenested' );

Source Body

public function debug($level)
{
        $this->_debug = intval($level);
}

[Edit See Also] Template:SeeAlso:JTableNested/debug

Examples

<CodeExamplesForm />