Welcome Guest, Not a member yet? Register   Sign In
The Auth Library 1.0.3 - The Easiest Auth Library for CodeIgniter
#84

[eluser]spmckee[/eluser]
Adam,

My home controller looks like:
Code:
<?php
class Home extends MY_Controller {

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

  function index()
  {
  }
}
?>

Should it be?:
Code:
<?php
class Home extends Application {

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

  function index()
  {
  }
}
?>


Messages In This Thread
The Auth Library 1.0.3 - The Easiest Auth Library for CodeIgniter - by El Forum - 04-20-2009, 10:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB