You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the CI Validation library is too restrictive by validating only $_POST values and it also want to do more than only validating, altering input and setting default input field values, i decided to create a validation library that is more intuitive.
More information about the library you can find in the zip file.
To do
more rules
extended input library for altering input and repopulating forms
0.6.2 : File:validate-0.6.2b.zip
Added meaningful errors
Removed email rule and clear_rules method
Rules class variable gets cleared when the run method is called