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 >

[PHP] Custom errors handling class problem

2005-03-18 Thread Mihai Frisan
hi, I need some help, this is my problem: 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 instantiate anot

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] custom errors

2001-11-16 Thread Oosten, Sjoerd van
Hi, 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? "Warning: Supplied argument is not a valid MySQL result reso