RES: [PHP] set_error_handler help

[email protected] ("Thiago Pojda")
Newsgroups php.general
Message-ID <009c01c8aea9$31bbdac0$0201a8c0@softpartech>
Oh Yes this helped, thanks a lot :)

I was missing the callback part ;)

Regards,
Thiago

-----Mensagem original-----
De: Jim Lucas [mailto:[email protected]] 
Enviada em: sexta-feira, 2 de maio de 2008 15:26
Para: Thiago Pojda
Assunto: Re: [PHP] set_error_handler help

Thiago Pojda wrote:
> Hi guys,
> 
>  
> 
> I'm trying some custom error handling functions in order to get emails
when
> fatal errors come up in my production website. The thing is, I went to
> phpclasses and there was a good one, but it was a class.
> 
>  
> 
> I'm very slow today, so I could not figure out how to get it working. So,
I
> just removed it from the classs and used the function part. Which worked,
> but it got me confused:
> 
>  
> 
> Is there any way to use a class to handle errors? I've tried some stuff
like
> set_error_handler("Error_Handler::logError" and such, but with no luck.
> 
>  
> 
>  
> 
> Any hints?
> 
>  
> 
> Thanks! 
> 
> 

Go here

http://us2.php.net/set_error_handler

Notice that the first parameter can be a callback function.

Now click on call back and you will see how to setup an array with the 
object/method set so it will call a method within your object.

http://us2.php.net/manual/en/language.pseudo-types.php#language.types.callba
ck

Hope that helps


-- 
Jim Lucas

    "Some men are born to greatness, some achieve greatness,
        and some have greatness thrust upon them."

Twelfth Night, Act II, Scene V
     by William Shakespeare
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.