Welcome Guest, Not a member yet? Register   Sign In
Login System - Code Igniter just makes things excessively complex..
#16

[eluser]InsiteFX[/eluser]
Did you know that you do not have to call it MY_Controller it just has to be saved as MY_Controller!

The Class name can be anything as long as you save it as a MY_Controller

Code:
Class Backend extends CI_Controller {

    public __construct()
    {
        parent::__construct();
    }
}

Now save it as a MY_Controller.php

InsiteFX


Messages In This Thread
Login System - Code Igniter just makes things excessively complex.. - by El Forum - 04-15-2011, 02:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB