Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2016-07-21 (3 months ago) | | Not enough user ratings | | Total: 117 This week: 2 | | All time: 8,389 This week: 591 |
|
Description | | Author |
This class can validate form inputs according to different rules.
It provides different functions that can validate values using different rules and returns 1 or 0 depending on whether the value is valid.
Currently it can validate required values, email addresses, minimum, maximum and exact length, number between a range, letters or digits, check file name extensions, IP addresses, date ranges, etc.. | |
|
Details
This class validates form at server side with rules and messages by user. It works as Jquery validation plugin fashion.
When click on form submit button, will make a ajax call and send form data. After validate the data with defined rules, display the error messages
to corresponding input fields which are defined as messages.
Features:
- Server side validation, but looks like client side validation
- Easy to define rules and messages for each input field
- Rules and error messages are define in array format
- It Validates all input types including input type 'file'
- Validation Types:
not_empty, min_length, max_length, alphaonly, alphanumonly, splalphanumonly, ip address,regular expressions, file extensions, date_format, min_date, max_date
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.