Welcome Guest, Not a member yet? Register   Sign In
Extending admin controllers from a general controller
#7

[eluser]Bramme[/eluser]
Crikey, it's been a while! :p


New error: the library isn't loading Sad


edit: Note to self: check the user guide better

Code:
class Welcome extends MY_Controller {

    function Welcome()
    {
        parent::MY_Controller();
    }

    function index()
    {
        $this->load->view('welcome_message');
    }
}


Messages In This Thread
Extending admin controllers from a general controller - by El Forum - 04-29-2009, 08:20 AM
Extending admin controllers from a general controller - by El Forum - 04-29-2009, 08:26 AM
Extending admin controllers from a general controller - by El Forum - 04-29-2009, 08:31 AM
Extending admin controllers from a general controller - by El Forum - 04-29-2009, 08:36 AM
Extending admin controllers from a general controller - by El Forum - 04-29-2009, 08:43 AM
Extending admin controllers from a general controller - by El Forum - 04-29-2009, 08:44 AM
Extending admin controllers from a general controller - by El Forum - 04-29-2009, 08:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB