Welcome Guest, Not a member yet? Register   Sign In
Custom callback function in form validation not working
#2

[eluser]toopay[/eluser]
Did you load the form validation class before call/use its function? Seems that class wasn't declared yet.
Code:
$this->load->library('form_validation');
And it should be simply like
Code:
$this->form_validation->set_rules();
instead
Code:
$this->my_form->form_validation->set_rules();
except, you did already declare 'my_form' variable as CI instance.


Messages In This Thread
Custom callback function in form validation not working - by El Forum - 05-13-2011, 02:21 AM
Custom callback function in form validation not working - by El Forum - 05-13-2011, 02:30 AM
Custom callback function in form validation not working - by El Forum - 05-13-2011, 02:31 AM
Custom callback function in form validation not working - by El Forum - 05-13-2011, 02:59 AM
Custom callback function in form validation not working - by El Forum - 05-13-2011, 03:09 AM
Custom callback function in form validation not working - by El Forum - 05-13-2011, 03:15 AM
Custom callback function in form validation not working - by El Forum - 05-13-2011, 03:31 AM
Custom callback function in form validation not working - by El Forum - 05-13-2011, 03:48 AM
Custom callback function in form validation not working - by El Forum - 05-13-2011, 03:49 AM
Custom callback function in form validation not working - by El Forum - 05-13-2011, 04:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB