Validating Incoming Data by Using Polymorphism with Objects in PHP 5

Wednesday, April 4th, 2007

If you re a PHP developer who wants to learn how to take advantage of polymorphism to build more efficient and robust object-oriented applications then this group of articles might be what you need. Welcome to the final part of the series that started with Using Polymorphism with ...

Validating User Input with the Strategy Pattern

Tuesday, March 6th, 2007

The strategy design pattern is applied much more often than you might think so if you want to find out how to implement it with PHP 5 this article should guide you through the whole learning process. Welcome to the final installment of the series that began with ...