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

[eluser]iConTM[/eluser]
I just can't figure out how to extend the controller class properly in CI

Let's say I want to have the following tree:

Code:
// ./system/libraries/
Controller

// ./application/libraries/
MY_Controller extends Controller

// ./application/controllers/
ControllerA extends MY_Controller
ControllerAa extends ControllerA
ControllerAb extends ControllerA

ControllerB extends MY_Controller
ControllerBa extends ControllerB

It works fine until level 3 (ControllerAa, ... )

Is this possible in CI?

regards


Messages In This Thread
Extending Controller? - by El Forum - 08-08-2010, 03:17 PM
Extending Controller? - by El Forum - 08-08-2010, 03:57 PM
Extending Controller? - by El Forum - 08-08-2010, 04:11 PM
Extending Controller? - by El Forum - 08-08-2010, 04:15 PM
Extending Controller? - by El Forum - 08-08-2010, 05:00 PM
Extending Controller? - by El Forum - 06-05-2011, 10:54 PM
Extending Controller? - by El Forum - 06-06-2011, 12:27 AM
Extending Controller? - by El Forum - 06-06-2011, 12:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB