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

[eluser]Thorpe Obazee[/eluser]
Code:
require_once(BASEPATH.'libraries/Controller.php');

class Nice extends Controller {

Code:
require_once('nice.php');

class Welcome extends Nice {

You could do it this way. There 'might' be other options though but this is a quicky.


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