News Feed
Jobs Feed
Sections




News Archive
DevShed:
Building Concrete Validators
December 22, 2011 @ 11:24:25

On DevShed.com today there's the first part of a two-part series showing how to build self-contained validator objects that can be used to test the format of user input for validity.

In this two-part tutorial, I show why the use of static helper classes can be detrimental to building robust and scalable object-oriented applications in PHP (though you should take into account that the concept is language agnostic). I also implement a set of instantiable, fine-grained validators, which can be easily tested in isolation, injected into the internals of other objects, and so forth.

Their set of "concrete validators" are all based off of a validator interface/abstract class and check things like email formatting, floats, integers and URLs. Also included are a few examples of using the validators in a sample script.

0 comments voice your opinion now!
validator tutorial test data interface abstract class


blog comments powered by Disqus

Similar Posts

php|architect: Application-level Logging with the Zend Framework

Deepak Radhakrishnan\'s Blog: Configuring Apache - PHP - MySQL on Windows (WAMP Configuration)

SitePoint.com: Be More Asssertive: Getting to Know PHPUnit's Assertions

Stefan Mischook's Blog: Video Tutorial: Processing forms with PHP, Part 3

IBM developerWorks: Java and PHP technology on AIX - Integrate the Java business application w/ DB2


Community Events











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


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

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