News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
DevShed:
Building a More Capable Validation Helper Class
August 24, 2009 @ 13:16:47

DevShed continues their series on helpers classes in PHP applications with the sixth part of the series focusing on updates to their Validation class to add additional format checks.

It would be really useful to add more methods to it to validate other things, like email and IP addresses, to mention just two examples. Thus, in the next few lines I'm going to extend the abilities of this helper class so it can be used to perform the validation processes mentioned above.

They include the code that lets you validate URLs, IP addresses and email addresses for correctness via PHP's filter_var function.

0 comments voice your opinion now!
validation helper class tutorial




Community Events





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


series release podcast development unittest conference api introduction application interview manifesto framework test language phpunit opinion custom package community symfony2

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