Welcome Guest, Not a member yet? Register   Sign In
CI_Controller error
#1

[eluser]Unknown[/eluser]
Fairly new to CodeIgniter, but am getting a weird problem and hoping the community can help me solve the issue.

I have a controller 'Currency' that is failing to instantiate with a base constructor.

Code:
class Currency extends REST_Controller
{

function __construct()
{
  parent::__construct();

}
}

so tracing through the parent constructor all the way back to the matriarch CI_Controller
everything is peachy keen until it seems to fail on this line:
Code:
$this->load->set_base_classes()->ci_autoloader();

In the CI_Controller __constructor....
Anyone have any idea why that might be happening?


Messages In This Thread
CI_Controller error - by El Forum - 10-27-2011, 03:16 PM
CI_Controller error - by El Forum - 10-02-2012, 08:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB