Welcome Guest, Not a member yet? Register   Sign In
Extending Controller
#5

[eluser]dieter[/eluser]
I have a similar issue:

Situation:
Code:
MY_Controller extends Controller () { ... }

Code:
class Controller_A extends MY_Controller
{
    function Controller_A()
    {
        parent::MY_Controller();
    }
}

Works fine

Code:
class Controller_B extends Controller_A
{
    function Controller_B()
    {
        parent::Controller_A();
    }
}

Doesn't work:
Fatal error: Class 'Controller_A' not found in (...)

Any ideas or suggestions to solve this?

Thanks,
Dieter


Messages In This Thread
Extending Controller - by El Forum - 03-21-2008, 05:28 PM
Extending Controller - by El Forum - 03-21-2008, 06:04 PM
Extending Controller - by El Forum - 03-21-2008, 09:19 PM
Extending Controller - by El Forum - 03-21-2008, 09:41 PM
Extending Controller - by El Forum - 03-31-2009, 03:01 AM
Extending Controller - by El Forum - 03-31-2009, 08:56 AM
Extending Controller - by El Forum - 05-24-2009, 06:35 AM
Extending Controller - by El Forum - 05-24-2009, 07:22 AM
Extending Controller - by El Forum - 05-24-2009, 07:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB