codeigniter-base-model icon indicating copy to clipboard operation
codeigniter-base-model copied to clipboard

Validation and CI 3.0

Open colinalbion opened this issue 8 years ago • 0 comments

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);

colinalbion avatar Feb 19 '17 09:02 colinalbion