This class can be used to validate submitted form request values.
It can take an array of values for validation eventually from $_POST or $_GET arrays.
The class can validate each entry in the array according to previously added rules.
Currently it supports rules to check if a value is set, is a valid IP address, is valid number, is a string with a length range, is valid URL, or is valid e-mail address.
The class can also sanitize the passed values and return the sanitized results in an array.
|
|
| Name: |
Validation Class |
| Base name: |
validation-class |
| Description: |
Validate submitted form request values |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
Artistic License |
| All time users: |
705 users |
| All time rank: |
4035 |
| Week users: |
0 users |
| Week rank: |
2201  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|