Posts Tagged ‘ abraham ’

Error vs Exception, Part 4 – Anvil Studios

September 26, 2011
By

In this instalment, having covered the basics of PHP error handling in part 1, the need for exceptions in part 2, and how to work with exceptions in part 3, let's take a look at error- and exception-handling methodology. ...

Read more »

Error vs Exception, Part 1 – Anvil Studios

May 3, 2010
By

... PHP's error and exception models — what each is, how they work, and how and when to use the one over the other. In this installment, I will first attempt some definitions, and then take a closer look at PHP's error handling model. ...

Read more »