![]() |
Custom validation rules with array input data - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19) +--- Thread: Custom validation rules with array input data (/showthread.php?tid=65857) |
Custom validation rules with array input data - gastongr - 08-01-2016 Hello, when using custom validation rules defined in MY_Form_validation on input fields with array data, the data is passed as a string to the validation function. PHP Code: <?php Just wanted to report |