Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter doesn't load
#2

[eluser]Tpojka[/eluser]
Set constructor method too before all other methods and see what will happen:

Code:
public function __construct()
{
  parent::__construct();
}


Messages In This Thread
CodeIgniter doesn't load - by El Forum - 10-31-2013, 07:35 AM
CodeIgniter doesn't load - by El Forum - 10-31-2013, 12:27 PM
CodeIgniter doesn't load - by El Forum - 10-31-2013, 01:10 PM
CodeIgniter doesn't load - by El Forum - 11-01-2013, 02:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB