News Feed
Jobs Feed
Sections




News Archive
DevShed:
Validating User Input with the Strategy Pattern
March 08, 2007 @ 07:56:00

DevShed is wrapping up their look at the Strategy pattern with the last part of their series posted today - a look at validating a user's input via the pattern.

In the next few lines I'm going to demonstrate how to use the strategy pattern in a useful case, that is validating user-supplied input. Sound like an interesting experience, right?

They start by show how to build a "validation strategy selector" that uses a switch to hand off the request to the correct validation function. Naturally, this is followed by the creation of those validation classes and an example of their use. They wrap it all up with the complete code listing to make cut and paste coding easy.

1 comment voice your opinion now!
tutorial designpattern strategy validate user input tutorial designpattern strategy validate user input


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Parsing XML with the DOM Extension for PHP 5

IBM developerWorks: PHP encryption for the common man

NETTUTS.com: Deciphering Magic Methods in PHP

NETTUTS.com: How to Create a Wordpress Theme from Scratch: Part 2

DevShed: The Switch Statement and Arrays


Community Events











Don't see your event here?
Let us know!


series introduction phpunit database opinion language usergroup functional development google zendframework2 podcast interview testing rest framework release conference community symfony2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework