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

PHPit.net: PHP Security - Basic PHP Security

SitePoint PHP Blog: How to Create Your Own Twitter Widget in PHP, Part 1

phpRiot.com: Using Callback Functions in PHP

DevShed: Paginating Blog Entries with Code Igniter

Robert Peake\'s Blog: Design Patterns Part II Is Out


Community Events











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


podcast functional composer opinion testing language phpunit example object series code introduction interview development framework zendframework2 release tool community unittest

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