Welcome Guest, Not a member yet? Register   Sign In
where should I position my extended controllers?
#1

[eluser]bill19[/eluser]
Hello ,

I am planning to use extended controllers for the first time.

right now I have:

Code:
class  MY_Controller  extends CI_Controller  {

    
        
}
    
        
class Admin_Controller extends MY_Controller {

    
}

class Common_Auth_Controller extends MY_Controller {

    
    
}

All in 1 file called MY_Controller.php in the application/libraries folder. Is this the best practice?

Thanks,

Bill



Messages In This Thread
where should I position my extended controllers? - by El Forum - 05-04-2012, 08:15 AM
where should I position my extended controllers? - by El Forum - 05-04-2012, 08:40 AM
where should I position my extended controllers? - by El Forum - 05-04-2012, 09:56 AM
where should I position my extended controllers? - by El Forum - 05-11-2012, 01:06 PM
where should I position my extended controllers? - by El Forum - 05-11-2012, 01:15 PM
where should I position my extended controllers? - by El Forum - 05-11-2012, 01:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB