News Feed
Jobs Feed
Sections




News Archive
DevShed:
Validating Incoming Data by Using Polymorphism with Objects in PHP 5
April 05, 2007 @ 10:56:00

DevShed has posted the final part of their look at using polymorphism with objects in PHP5, this time with a focus on validating incoming data from a form.

In this final installment of the series I'm going to show you how to develop an expandable PHP mechanism for validating different types of incoming data. This will demonstrate how this important pillar of object-oriented programming can be used with a plethora of applications.

They show how to create a simple DataValidator class to act as a base to build from. On top of this, they create classes to validate if the value is:

  • empty
  • an integer
  • if it's numeric
  • if it's in a certain range
  • if it's alphanumeric
  • if it's alphabetic
  • or if it's a valid email address
They also include how to implement these filters, showing a simple Factory pattern that creates the object and runs the value through its validation.

0 comments voice your opinion now!
validation incoming data form polymorphism object php5 validation incoming data form polymorphism object php5


blog comments powered by Disqus

Similar Posts

Daniel Cousineau's Blog: Hierarchical Data With PHP and MySQL

PHPImpact Blog: Static Factories vs Public Constructors

Matthew Weir O'Phinney's Blog: PHP 5's Reflection API

DevShed: Decoupling the Validation of Data with Bridge Classes in PHP 5

PHPWomen.org: Add values to a symfony form in between save() and serialization to the database


Community Events











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


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

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