Closed hamton closed 9 years ago
function verify () { $this->form_validation->set_rules('user', lang('User'),'callback_check'); $this->form_validation->run() }
public function check() { return true; }
Message: 'Unable to find callback validation rule: '
i me too with similar problem en ci 2.2 usinf HMVC http://www.mahbubblog.com/php/form-validation-callbacks-in-hmvc-in-codeigniter/
Yes, I found the solution in that post. :dancers:
function verify () { $this->form_validation->set_rules('user', lang('User'),'callback_check'); $this->form_validation->run() }
public function check() { return true; }
Message: 'Unable to find callback validation rule: '