Welcome Guest, Not a member yet? Register   Sign In
Class MY_Controller not found
#1

[eluser]Mareshal[/eluser]
I am trying to extend the controller class with this code

Code:
//controllers/backend/dashboard.php

class Dashboard extends MY_Controller
{

    var $path = "backend/dashboard/";
    var $inc  = "backend/includes/";

    /**
    * Constructor
    */    
    function __construct()
    {
        parent::MY_Controller();
    }
}

Code:
//libraries/MY_Controller
class MY_Controller extends Controller {
    
    function __construct() {
        parent::Controller();
    }
}

What is wrong here? I read a few articles about this, but I fixed those issues. anything else?

I am using the CI version from BitBucket, could this be an issue?


Messages In This Thread
Class MY_Controller not found - by El Forum - 03-24-2010, 03:00 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 03:07 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 03:13 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 03:17 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 03:22 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 03:24 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 03:41 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 03:58 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 04:02 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 04:09 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 04:23 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 04:32 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 04:33 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 04:34 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 04:35 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 04:48 AM
Class MY_Controller not found - by El Forum - 03-24-2010, 05:06 AM
Class MY_Controller not found - by El Forum - 10-23-2010, 04:09 AM
Class MY_Controller not found - by El Forum - 10-23-2010, 04:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB