vote up 1 vote down star

I've been wondering what's the best way to deal with exceptions on CodeIgniter. The usual way is to use triger_error() or log_message() ... however I've been wondering if there's a better way using try/catch.

Any tips or recommendations on how to implement this into CodeIgniter?

Currently I'm extending the Exceptions class, but I would like to know if someone else already dealt with this problem before.

flag

What sort of exceptions are you trying to catch? – Steven Xu Nov 8 at 3:36

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.