API16

API16:JTableNested/debug

From Joomla! Documentation

Revision as of 14:30, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

Description

Sets the debug level on or off


{{subst: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);
}


{{subst:SeeAlso:JTableNested/debug}}

Examples

<CodeExamplesForm />