Welcome Guest, Not a member yet? Register   Sign In
redirect()
#7

[eluser]Tpojka[/eluser]
Seems you are "making house from roof" here.
It is irrelevant folder organization and routing until you have valid code that make the job done.
For start, remove session_start(); and put
Code:
$this->load->library('session');
in constructor if not autoloaded. If it is application that is using sessions, maybe better idea would be autoloading that library.


Messages In This Thread
redirect() - by El Forum - 11-08-2013, 02:28 AM
redirect() - by El Forum - 11-08-2013, 03:33 AM
redirect() - by El Forum - 11-08-2013, 04:03 AM
redirect() - by El Forum - 11-08-2013, 11:44 PM
redirect() - by El Forum - 11-09-2013, 03:47 AM
redirect() - by El Forum - 11-09-2013, 06:42 AM
redirect() - by El Forum - 11-09-2013, 06:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB