Welcome Guest, Not a member yet? Register   Sign In
Need to extend App_Controller
#3

[eluser]AlexandrosG[/eluser]
And if you want to extend the CI_Controller in many ways you create the relevant classes:

Code:
class Snoopy_Controller extends CI_Controller {
...
}

class Goofy_Controller extends CI_Controller {
...
}

and you put them all in the same "MY_Controller.php" file.


Messages In This Thread
Need to extend App_Controller - by El Forum - 09-29-2013, 09:51 AM
Need to extend App_Controller - by El Forum - 09-29-2013, 05:52 PM
Need to extend App_Controller - by El Forum - 09-30-2013, 02:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB