Debugging class that takes care of error reporting, etc.
Located in /common/mvblog_debug.php (line 25)
Starts the development error reporting, which is much stricter than normal. This is to ensure that developers fix errors and notices that occur. This will only be set when the current hostname exists in the MvBlog_debug::$development_hostnames array.
Starts the pendantic error logging mode. Every error will stop execution of the script straight away. You can specify if you DON'T want Future errors to also stop the script.
The MvBlog custom error handler. This error handler will does basically the same as the normal error, except that it also exists on when an error or notice is encountered.
Documentation generated on Fri, 28 Dec 2007 13:17:40 +0100 by phpDocumentor 1.4.1