News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Jared White's Blog: Willowgarden Highlight: Easy Processing of Form Input

DevShed: An Introduction to Building Proxy Classes with PHP 5

php|architect: Rich Internet Applications With PHP and Flex (Part 2)

GoodPHPTutorials.com: Integrating the Authorize.Net AIM API with PHP

Robert Basic's Blog: Starting with Zend Framework - part 2


Community Events







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


application zend framework conference security job releases mysql developer package database ajax release book zendframework code cakephp PEAR example PHP5

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