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

Jani Hartikainen's Blog: Closures coming in PHP 5.3 and that’s a Good Thing

DevShed.com: The Singleton and Factory Patterns in PHP - Building a Form Generator Class

Sara Golemon\'s Blog: Compiled Variables

Lukas Smith's Blog: Who is using namespaces in PHP already?

DevShed: User-defined Interfaces in PHP 5 - Introduction to Core Concepts


Community Events











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


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

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