Example #1
0
 public function init()
 {
     Phalanx::loadController("admin.AdminLoginController");
     $alc = new AdminLoginController();
     $alc->check();
     $this->session = new Session();
     $this->get = Request::get();
     $this->post = Request::post();
     $this->views = new Views(new Template("admin"));
 }