Form Validation
Package:
Summary:
Validate submitted form values according to rules
Groups:
Author:
Description:
This class can be used to validate submitted form values according to rules.
It can take an associated array of values and a list of rules and error messages to validate each value in the array.
The class can return the list of fields and associated error messages when one or more values does not satisfy the validation rules.
It can take an associated array of values and a list of rules and error messages to validate each value in the array.
The class can return the list of fields and associated error messages when one or more values does not satisfy the validation rules.
Comments are closed.