view->headLink()->appendStylesheet('/themes/default/styles/'.$this->getRequest()->getControllerName().'.css', 'all'); $field = new Fields(); $this->view->fields = $field; } public function resetAction() { $this->_helper->layout()->disableLayout(); $this->_helper->viewRenderer->setNoRender(); require_once('Scores/SessionCiblage.php'); $session = new SessionCiblage(); $session->resetFamille('entreprise'); } }