PHP Classes

Classes of Kinika Tasie-Amadi

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Kinika Tasie-Amadi (1)  >  Mission progress status  >  Reputation  
Picture of Kinika Tasie-Amadi
Name: Kinika Tasie-Amadi <contact>
Classes: 1
Country: United Kingdom
Age: 48
All time rank: 3369148 in United Kingdom
Week rank: 195 Up9 in United Kingdom Up
All time users: 462
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 KVerifiableData  
Validate data by type, constraint or dependency
This class is meant to validate data sets, like for instance submitted form input values, according to several types of criteria:

* Data items may be set as required or optional.
* Types of verification constraints include: minLength, maxLength, minValue, maxValue, moreThan, lessThan.
* Can specify and verify by type: string, integer, float, boolean, date, time.
* Data items can be arrays or comma-separated lists.
* Can specify dependencies between items; e.g. A must be less than B, or sizeof(A) must be equal to sizeof(B).


  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