News Feed
Jobs Feed
Sections




News Archive
DevShed:
Decoupling the Validation of Data with Bridge Classes in PHP 5
January 10, 2007 @ 14:03:00

DevShed has posted part two of their look at working with bridge classes in PHP5, looking in detail at the decoupling of the data validation from an input form.

In the course of this second tutorial, I'm going to show you how to create a bridge class which will come in handy for decoupling the validation of user-supplied data. There will be a class that defines generically how certain data must be verified, while others will implement different validation methods.

They start with building a simple bridge class, a validator class that defines methods to check strings, numbers, alphabetic, and email values. For each of these types, they create the corresponding bridge class that validates the input. Finally, they tie it all together, validating an example of each, handled inside of try/catch blocks to watch for the errors that might be thrown.

0 comments voice your opinion now!
php5 bridge class decouple tutorial validation form php5 bridge class decouple tutorial validation form


blog comments powered by Disqus

Similar Posts

SitePoint.com: Scheduling Tasks in WordPress: a Plugin Developer's Guide

DevShed: Auto Loading Classes in PHP 5

Stefan Mischook's Blog: Object Oriented PHP Tutorial Updated - Steps 18 - 22

Jeremy Johnstone's Blog: Enums in PHP

Slashdot.org: Book Review - PHP 5 in Practice


Community Events











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


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

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