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

DevShed: Introducing Mediator Classes in PHP 5

IBM developerWorks: What's new in PHP V5.2, Part 4: Using the new ZIP extension

PHPMaster.com: Input Validation Using Filter Functions

Maggie Nelson's Blog: NTILE() - easy way to generate tag clouds

TotalPHP.com: Creating a text or csv file of information from your database


Community Events











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


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

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