Welcome Guest, Not a member yet? Register   Sign In
[Closed] CI Form Validation Still Not Working
#4

[eluser]Patroklo[/eluser]
Checking your code, first you have
Code:
$this->CI = &get;_instance();
, that should be
Code:
$this->CI = &get;_instance();

Then, why do you have a get_instance in a controller? You don't need it.

Code:
$this->load->helper('file');

That should do it instead of the

Code:
$this->CI = &get;_instance(); $this->CI->load->helper('file');

EDIT: all right, the get_instance it's a forum's problem, because i'm trying to get rid of the ; and I also can't.

I'm checking the rest of the code...


Messages In This Thread
[Closed] CI Form Validation Still Not Working - by El Forum - 05-15-2014, 07:48 PM
[Closed] CI Form Validation Still Not Working - by El Forum - 05-15-2014, 10:38 PM
[Closed] CI Form Validation Still Not Working - by El Forum - 05-15-2014, 11:19 PM
[Closed] CI Form Validation Still Not Working - by El Forum - 05-16-2014, 12:16 AM
[Closed] CI Form Validation Still Not Working - by El Forum - 05-16-2014, 12:31 AM
[Closed] CI Form Validation Still Not Working - by El Forum - 05-16-2014, 01:37 AM
[Closed] CI Form Validation Still Not Working - by El Forum - 05-16-2014, 01:40 AM
[Closed] CI Form Validation Still Not Working - by El Forum - 05-16-2014, 01:50 AM
[Closed] CI Form Validation Still Not Working - by El Forum - 05-16-2014, 02:25 AM
[Closed] CI Form Validation Still Not Working - by El Forum - 05-16-2014, 02:57 AM
[Closed] CI Form Validation Still Not Working - by El Forum - 05-16-2014, 05:00 AM
[Closed] CI Form Validation Still Not Working - by El Forum - 05-16-2014, 05:52 AM
[Closed] CI Form Validation Still Not Working - by El Forum - 05-16-2014, 06:38 PM
[Closed] CI Form Validation Still Not Working - by El Forum - 05-16-2014, 07:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB