Debug
API >> debug
Debug works when the
If you have FirePHP for Firebug installed in Mozilla Firefox then the debug messages will go to your Firebug console, otherwise they will appear as output at the bottom of the page.
The debug system is completely automated, to explore further please refer to the comments in the source code.
DEBUG_MODE
constant in the /webroot/vork file is set to true; when it is false the debug file does not get loaded.If you have FirePHP for Firebug installed in Mozilla Firefox then the debug messages will go to your Firebug console, otherwise they will appear as output at the bottom of the page.
The debug system is completely automated, to explore further please refer to the comments in the source code.