Welcome Guest, Not a member yet? Register   Sign In
is it possible to extend an application controller?
#5

[eluser]jedd[/eluser]
The standard way of extending core controllers is pretty effective, and it's unlikely that you'd want to have more than one additional level.

Note that you can change the MY_ prefix to whatever you prefer. Look at your application/config/config.php:
Code:
$config['subclass_prefix'] = 'MY_';

Of course it's probably not good to change this if you're still learning CI, as everyone else around here will be talking about MY_Controller.


Messages In This Thread
is it possible to extend an application controller? - by El Forum - 05-19-2009, 01:36 AM
is it possible to extend an application controller? - by El Forum - 05-19-2009, 01:44 AM
is it possible to extend an application controller? - by El Forum - 05-19-2009, 02:06 AM
is it possible to extend an application controller? - by El Forum - 05-19-2009, 03:44 AM
is it possible to extend an application controller? - by El Forum - 05-19-2009, 03:54 AM
is it possible to extend an application controller? - by El Forum - 05-19-2009, 09:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB