Displaying Meaningful Error Messages when Auto Loading Classes in PHP 5
Wednesday, December 26th, 2007Using the SIGNAL Statement for Error Handling
Thursday, September 13th, 2007In this conclusion to a three-part series you will learn about the SIGNAL statement and its uses for creating your own error statements. It is excerpted from chapter six of the book em MySQL Stored Procedure Programming em written by Guy Harrison and Steven Feuerstein ...
Error Handling Examples
Thursday, September 6th, 2007In this second article in a three-part series you will learn more about errors and exception handlers. It is excerpted from chapter six of the book em MySQL Stored Procedure Programming em written by Guy Harrison and Steven Feuerstein O Reilly ISBN ...
Error Handling
Thursday, August 30th, 2007In this first article in a three-part series you will learn how to create various types of exception handlers. It is excerpted from chapter six of the book em MySQL Stored Procedure Programming em written by Guy Harrison and Steven Feuerstein O Reilly ...
Expanding an Error Logger with the Chain of Responsibility Pattern
Monday, November 13th, 2006Do you want to know how to build an error logging system using the chain of responsibility schema with PHP If your answer is a loud yes then in this group of articles you ll find what you ve been looking for Welcome to the concluding part ...
Building an Error Logger with the Chain of Responsibility Pattern in PHP 5
Monday, November 6th, 2006If you re one of those PHP developers that wants to expand your background in pattern-based programming then this article may suit your needs. Welcome to the second part of the series Understanding the Chain of Responsibility Between PHP Objects. Comprised of three installments this series ...
Custom Error Pages with Apache
Monday, April 3rd, 2006Nobody enjoys seeing an error page. It s worse if the error page gives you little or no information to help you find the page you were trying to reach. Fortunately there are ways to configure Apache so that your visitors need never feel so abandoned. This article explains ...
Error Handling in PHP: Introducing Exceptions in PHP 5
Wednesday, January 18th, 2006Welcome to the last part of the series Error Handling in PHP. In two parts this series introduces the basics of error handling in PHP. It demonstrates some of the most common methods for manipulating errors in PHP 4 and explains the implementation of exceptions in ...
Error Handling in PHP: Coding Defensively
Wednesday, January 11th, 2006As with any programming language when you code in PHP it helps immensely if you set up your applications to handle errors gracefully. This article explores some of the most common error checking methods available in PHP and provides hands-on examples that use different error handling methods.... (Advertisement) ...
