Basically try-catch gives you the ability to handle errors outside a class or method scope, by the
calling instance.
This comes in handy, if you are programming in an object orientated way and thus enables you to
seperate error handling from the rest of your functionality.
Means, your methods do only the things, they are meant to do, without bothering to handling occuring
errors.
Hope, that made things clearer.
Greetings from Germany
Marc
Lamp Lists wrote:
hi to all!
actually, the statement in the Subject line is not 100% correct. I understand the purpose and how it works (at least I think I understand :-)) but to me it's so complicated way?
--
http://bithub.net/
Synchronize and share your files over the web for free
My Twitter feed
http://twitter.com/MarcSteinert
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php