News Feed
Jobs Feed
Sections




News Archive
DevShed:
Creating a Validation Helper Class
August 17, 2009 @ 15:10:31

DevShed has continued their series looking at helpers in PHP5 applications with this new tutorial about creating a simple validation helper to ensure inputted data is as it should be.

In this fifth part of the series I plan to build a class that will be responsible for validating input data, either supplied by users or from a different source. In this specific project, this validation helper will make use of the PHP filter extension to perform the pertinent checking processes, but it can be easily adapted to use custom methods as well.

Their example code sets up two methods for validating integers and floats against the values given. It uses the filter extension to run the check.

0 comments voice your opinion now!
helper class tutorial validate


blog comments powered by Disqus

Similar Posts

Matthew Weier O'Phinney's Blog: Autocompletion with Zend Framework and Dojo

Zend Developer Zone: Paging Data Sets With PEAR Pager

The Bakery: Latest Articles, Tutorials and Components

Zend Developer Zone: Creating Multi-Language Web Applications with Zend_Translate

Zend Developer Zone: Creating Modular Template-Based Interfaces with Savant


Community Events











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


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

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