PHP Classes

Classes of Chris Hubbard

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Chris Hubbard (1)  >  Mission progress status  >  Reputation  
Picture of Chris Hubbard
Name: Chris Hubbard <contact>
Classes: 1
Country: United States United States
Age: ???
All time rank: 2431333 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 953
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image phalidate  
Data validation class
This package has a set of classes used in data validation.

The data can come from a HTML form or other source.

This package was designed to work with or without a templating engine like Smarty. It was also designed to be extensible and easily changed.

All the validation code is in the phalidators class. The logic that manages the validation process is in the (parent) phalidate class. If you want to add additional validation, update the phalidators class.

It can be used to test one field, doing a boolean test, or can be used for a series of tests, and then retrieve the aggregate errors (as IDs or localized messages).

It has support for localized error messages (currently English, Spanish and German).


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z