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

WeberDev.com: User Authentication With patUser (Part 1)

DevShed: Introducing Bridge Classes with PHP 5

Mohammed Berdai's Blog: How To Install PostgreSQL And phpPgAdmin Support In XAMPP

Coders' View Blog: The Strategy Pattern Using PHP

DevShed: Getting PHP to Talk to MySQL


Community Events











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


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

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