Ejemplo n.º 1
0
 public function indexAction()
 {
     $this->_helper->layout->setLayout('entrance');
     if (!is_null($this->_session->getSessionId())) {
         $this->redirect('home/fead');
     }
     $request = $this->getRequest();
     $form = new Application_Form_UserLogin();
     $form->setAction('user/login');
     $this->view->form = $form;
 }