ErrorHandlerThe way it works is providing several report formats of error catching: logging, display and redirection to a customizable error page. ErrorHandler captures the errors and captures (to a customized level) the context and variables surrounding the source of the error and neatly organizes them as a series of reports. It helps when developing new scripts and monitoring sites in production state, too. It helps when developing new scripts and monitoring sites in production state, too.
_http://hotscripts.com/jump.php?listing_id=17559&jump_type=0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PHPMachine Error HandlerCatches errors in your PHP script and displays an error overview, a section of source code from around the area where the error occurred (you may hover your mouse over a variable to see its contents at the time of the error!) and a collapsible tree view of all initialized variables. Note: the JavaScript used to generate the variable tree is only compatible with Microsoft Internet Explorer.
_http://hotscripts.com/jump.php?listing_id=24703&jump_type=0