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 ...

Introducing the Strategy Pattern

Tuesday, February 27th, 2007

The strategy design pattern can be very useful in the context of form validation. This article the first of two parts will introduce you to the strategy pattern and give you some idea of how you can use it in your own PHP applications.... Web Application Load Testing Tool ...