Hello,

Julio Nobrega Trabalhando wrote:
> 
>   Hi Manuel!
> 
>   I am looking for anything that's already done, constructed, tested. PHP
> does have error handling, and I could code my own class to glue all
> functions/necessities together, but that would take too much time. Just
> something at least to start from is a good thing...
> 
>   Saves a lot of time, you know :-D
> 
>   If I can't find this class, I will make one and submit it to your website,
> okay? ;-)

PHP built-in error handling support functions are very powerful and
capable. What do you miss in them that you still need a class to handle
it?

Regards,
Manuel Lemos



> 
> --
> 
> Julio Nobrega.
> 
> > Why do you want to use a bloated 800 lines error handling class when PHP
> > already has built-in functions to do exactly what you want?
> >
> > http://www.php.net/manual/en/ref.errorfunc.php
> >
> > Regards,
> > Manuel Lemos

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to