codeigniter-base-model
codeigniter-base-model copied to clipboard
Validation and CI 3.0
The validation method populate the POST array. However I found that this did not work for me until I replaced the loop on line 682 with the below two lines later:
$this->form_validation->set_data($data);