
February 15th, 2006, 09:00 AM
|
|
|
|
Enforcing Object Types in PHP: Filtering Input Objects in PHP 4
When you are writing an object-based web application in PHP, you want to prevent your classes from being convoluted with input objects of the incorrect type. These input objects can cause the application to throw a fatal error. In this article, you will learn how to enforce object types in PHP 4.
Read the full article here: Enforcing Object Types in PHP: Filtering Input Objects in PHP 4
For more discussion go here: Blog Article Discussion
|