News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
PHP Form Validation System An Object-Oriented Approach
April 21, 2008 @ 08:49:24

Mike Weiner has put together an article for PHPBuilder.com that's posted today showing a bit more object-oriented solution to validating the user submitted data in your forms:

Whether it is for database submission, emailing, or for some other purpose, forms represent the primary means of enabling a user to send data to an application. As a result, it is important to have control over the data collected by your forms, which will aid in the creation of streamlined, error-free applications.

He lays out the validation method in a graphic going with a generic validation class that then calls the various validation methods (like phone or email) as needed. The "validation set" manages which validations are to be run on which form elements. Example code for each of the bits making up the structure and the implementation are provided.

1 comment voice your opinion now!
object oriented approach form validation tutorial


blog comments powered by Disqus

Similar Posts

PHPMaster.com: REST - Can You do More than Spell It? Part 4

Zend Developer Zone: PHP Built in Input filtering

Kevin Schroeder's Blog: Connecting PHP to ActionScript and Flex using Stomp

Developer.com: Build Multi-lingual Websites With the Zend Framework

Developer.com: Scaffolding with CakePHP - Managing Your Fantasy Football Team


Community Events











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


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

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