Catching PHP Exceptions: Except the unexpected
PHP Exceptions can greatly assist in implementing various error scenario's into an application. Before PHP5 one had to resort to specific return values or drastic measures like trigger_error(). Planning exceptions, I found out, is just as important as class design.

| Hits: | 30 | Last Updated: | 2010-05-04 |
VIEW ALL
PHP Tutorials