rhc Support forum rhc Error handling, debugger, database abstraction RHC is actually a few files which give the user the ability to do custom error handling, debugging, and handle database abstraction (currently works through INFORMIX and ODBC). rhc ::Custom Debugging ::Config Info ::Database Abstraction ...
... own callback function that will be called before exiting (good to display some nice error page to users before exiting script execution). Simple error handling class Support forum errormanager Intercept and log PHP execution errors Main class file testing example Site Meter
Error Class Support forum error_notification Handle errors sending notification messages This package can be used to handle application errors by sending notification e-mail messages. The package is based on code originally written for MySQL Eventum project. It composes and sends a message to a ...
... Innovation award nominee November 2007 Exception handling is one of the most important features introduced in PHP 5. Exceptions allow separating error handling from normal application program code. Before PHP 5, runtime errors could be thrown with functions like trigger_error and catched with registered ...
DB eSession Support forum db_esession MySQL based session management This package is meant to manage session data stored in a MySQL database using PHP built-in session handling support. General features: - Stores session data in a MySQL table using session handler built-in PHP. - Handle session ...
... address, or show the error details on the current page if the user is a developer accessing the site from machine with a given IP address. Basic error handling class Error handler test Site Meter
Class Error Support forum class_error Keep track of errors in session variables This is a very simple class that can be used to keep track of errors in session variables. It can take an error message and store it in a session variable. Multiple error messages may be stored in an array variable. ...
Error Handler Support forum error_handler Output PHP execution errors information This class is meant to assist in debugging of PHP scripts by handling execution errors outputing formatted error context information. It includes utitilty functions to show the source code where the errors appear. ...
Secure Media Support forum securemedia Protect Flash files from hotlinking by other sites The Apache mod_rewrite is often used to protect images and other types of media files from hotlinking from other sites, that make them appear in their pages although they are served from the original sites ...
Handling Notice and Warning as Exception Support forum nwexceptions Throw exceptions when PHP warnings are triggered This package can throw exceptions when PHP warnings are triggered. It registers a PHP error handler that throws special exception classes when a PHP warning or notice is triggered ...