Class Validator

Description

Superclass of all validator objects

Located in /validators/Validator.php (line 7)


	
			
Direct descendents
Class Description
AlphabeticalOnlyValidator Checks if the form field's value is an alphabetical string: a-z A-Z, also allows the option of passing special characters to allow
AlphanumericOnlyValidator Checks if the form field's value is an alphanumeric string: abc123, also allows the option of passing special characters to allow
DateValidator Checks if the form field's value is a valid date
EmailValidator Checks if the form field's value is a valid email address
IdenticalValuesValidator Checks if form field's values are identical
IntegerMaxValidator Checks if the form field's value exceeds a maximum integer value
IntegerMinMaxValidator Checks if the form field's value is between two integer values
IntegerMinValidator Checks if the form field's value is less than the minimum integer value
NumericOnlyValidator Checks if the form field's value is numeric, or a numeric string, also allows the option of passing special characters to allow
PhoneValidator Checks a form field's value for a certain number of integers.
StringMaxLengthValidator Checks if the form field's value length exceeds a maximum number of characters
StringMinLengthValidator Checks if the form field's value length does not meet a minimum number of characters
StringMinMaxLengthValidator Checks if the form field's value length is between two values
UniqueValueInColumnValidator Checks a database column to see if the value is unique
ZipValidator Checks a form field's value for a certain number of integers.
Variable Summary
Method Summary
string getValueByFieldName (mixed $a_str_fieldName)
void setValidationSet (object &$a_obj_validationSet)
Variables
Methods
getValueByFieldName (line 30)

get a field's submitted value

string getValueByFieldName (mixed $a_str_fieldName)
setValidationSet (line 19)

set object reference to the ValidationSet object

void setValidationSet (object &$a_obj_validationSet)
  • object $a_obj_validationSet

Documentation generated on Mon, 29 Aug 2005 13:35:47 -0400 by phpDocumentor 1.3.0RC3