Welcome Guest, Not a member yet? Register   Sign In
Newb Question on Exteneding Default Controller/Sessions
#8

[eluser]tomcode[/eluser]
Code:
// PHP4 syntax
class AuthenticatedController extends Controller
{
  function AuthenticatedController()
  {
    parent::Controller();
}
}
class Welcome extends AuthenticatedController {
  function Welcome()
  {
    parent::AuthenticatedController();
  }
}


Messages In This Thread
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 05:16 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 05:25 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 05:46 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 05:55 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 06:25 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 06:30 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 07:41 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-21-2009, 02:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB