Welcome Guest, Not a member yet? Register   Sign In
DM Auth - First Time User Issues! Help Please!
#2

[eluser]Pedro Luz[/eluser]
change your class from

Code:
class Foobar extends Controller
{

}

to:

Code:
class Foobar extends CI_Controller
{
}

and your constructors must now be:

Code:
function __construct()
{
parent::__construct();
}

same thing in the models CI_Model


Messages In This Thread
DM Auth - First Time User Issues! Help Please! - by El Forum - 01-30-2011, 07:58 AM
DM Auth - First Time User Issues! Help Please! - by El Forum - 01-30-2011, 08:11 AM
DM Auth - First Time User Issues! Help Please! - by El Forum - 01-30-2011, 08:35 AM
DM Auth - First Time User Issues! Help Please! - by El Forum - 01-30-2011, 08:38 AM
DM Auth - First Time User Issues! Help Please! - by El Forum - 01-30-2011, 09:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB