This class is a powerful wrapper for PHP error-reporting features. It helps when developing new scripts and monitoring sites in production state, too.
It has several enhancements (previously known as report layouts):
* SOURCE = prints the source code fragment where the error encountered,
* CONTEXT = prints variable context around error source,
* SILENT mode = suppresses error-messages
* REPLACE page = displays an arbitrary HTML or PHP page in case of error (useful in production state),
* LOGGING = log errormessages wherever you want (multiple destination also allowed),
* Autodetecting Target Logging = log target can vary from file to file automatically
* CONSOLE window = error messages will be displayed in a separate browser window not to break up your pretty page design
* Error TRAPPING = catching errors for runtime generated codes
Each report can be enabled, disabled or changed at run-time.
 |
| Project record: |
errorhandler |
| Popularity score: |
83.9 |
| Vitality score: |
1.0 |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (85.9%) |
Good (82.6%) |
Sufficient (67.4%) |
Sufficient (73.9%) |
- |
- |
Sufficient (65.3%) |
365 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| Download pre-programmed php classes |
In the software development are two stages you do, before you start actually typing any character:1. Find out if the software already exists. 1b. Are there possibilities to change this?2. Find out if the main parts of your software are already written. |
 If you know an application of this package, send a message to the author to add a link here.
| Link |
Description |
| ErrorHandler on Yahoo |
mailing list hosted by Yahoo -- leveraging opportunities :) |
| ErrorHandler Terminal |
Here is an impressive contribution from Jeroen Laarhoven <jeroen@zolderkamer.com>: a permanent and customizable Terminal window. First hit the page: http://www.zolderkamer.com/ehterm/tryeht.php |
| Information about development issues |
A wish list, bug report, contributions, and other informations can be found here. Here is the full description about the Terminal contribution (see below) |
| Inspired by ErrorHandler |
PEARized ErrorHandler version with much more styling (not under my control) |
|
|