Welcome Guest, Not a member yet? Register   Sign In
The problem when extend the form_validation system library
#4

[eluser]wiredesignz[/eluser]
Do NOT load the MY_Form_validation extension library. Load Form_validation as you would normally.
The MY_Form_validation extension class will be loaded by CodeIgniter automatically.
Code:
$this->load->library('form_validation');
$this->form_validation->mytest();

@dixcoder, I suggest you go back and read the user guide again before giving people help.


Messages In This Thread
The problem when extend the form_validation system library - by El Forum - 10-15-2009, 03:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB