Validate form elements
Package:
Summary:
Validate values of several different types
Groups:
Author:
Description:
This class can be used to validate values of several different types.
It takes an array with the values and validation rules that should be verified to check if the values are valid.
Currently it can check for empty values, e-mail addresses, IP addresses, URLs, integer, string, extensions and uploaded files.
The class returns the lists of errors associated to the validation rules which are not satisfied.
It takes an array with the values and validation rules that should be verified to check if the values are valid.
Currently it can check for empty values, e-mail addresses, IP addresses, URLs, integer, string, extensions and uploaded files.
The class returns the lists of errors associated to the validation rules which are not satisfied.
Comments are closed.