Is it possible to validate a set of data (an array) with the form validation class in CodeIdniter? i.e. when there his no form submitted.
If it's not possible, what other way could I validate this data using the set of validation rules written in form_validation config file?
Thanks in advance!