Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2017-02-08 (12 hours ago) | | Not enough user ratings | | Total: 431 | | All time: 6,023 This week: 671 |
|
Description | | Author |
This class can validate form values according to rules per input.
It can as arguments take an array of submitted form values via POST or GET and an array with lists of rules for the inputs to be validated.
The rules per input are defined as a single string separating different rules to apply using || character sequence.
Each rule is defined as a string with the rule name eventually followed by rule parameter values separated by a colon : .
Currently it supports the rules: required, minimum and maximum integer and dates, required file of image or other type, value in or not in a list, value is the same or different of another input, email, URL or IP value, regular expression match, existing or unique field value in MySQL database table.
If there are validation errors the class returns an array with the error messages. | |
|
|
Innovation award
Nominee: 1x |
|
Details
Introduction
Validx is a PHP class which is validating html inputs or data and retrive all error messages if error occured. Its help your development curve and make easy your form validation. Its consuming development time. Validx has lots of validationg rules. Its followed by Laravel rhythmic coding style. So its easy to understand.
Installation
You can see our help file that was contains with the package. or you may visit our website
Web: http://www.codesum.com/demo/validx/
Thanks
Thank you for using Validx. If you have any query please feel free to contact with us.
Email: talk@nahid.co
|
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.