modX.setDebug
modX::setDebug
Sets the debugging features of the modX instance.
Syntax
API Doc: http://api.modx.com/revolution/2.2/db_core_model_modx_modx.class.html#%5CmodX::setDebug()
boolean|int setDebug ([boolean|int $debug = true], [boolean $stopOnNotice = false])
Example
Turn debug mode on, and tell the process to stop if Notices occur:
$modx->setDebug(true);
See Also
Page: modX.setDebug |
---|