Error Handling

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
aliasxneo
Forum Contributor
Posts: 136
Joined: Thu Aug 31, 2006 12:01 am

Error Handling

Post by aliasxneo »

I'm just curious on some of the methods you guys use to handle errors? Do you use exceptions, custom functions/classes, what? I'm looking to create a method for global error handling in my application but I can't seem to come up with any strong OOP based error handling (that's global).

Some input would be nice. Thanks :)
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Error Handling

Post by Kieran Huggins »

there's a mega-debate here somewhere on raising exceptions that was a really interesting read. you'll have to search it out, but you won't be disappointed!
Post Reply