Re: [PHP] Custom errors handling class problem

2005-03-21 Thread Richard Lynch
On Fri, March 18, 2005 12:46 am, Mihai Frisan said: I use a custom errors handling class, which set one of its methods as the php errors handler. All works well when I use this class in a file with only procedural code (all errors are caught by the custom errors handling class), but if I

Re: [PHP] custom errors

2001-11-16 Thread Papp Gyozo
I know how to make an error message when the connection is lost with the database, with the @ and the OR DIE in the connection with the database. Is there also a way to display a custom error message when this error is displaid? i wrote a more or less simple class to wrap PHP's