Définition des actions pour le controller evaluation

This commit is contained in:
Michael RICOIS 2011-05-19 15:24:35 +00:00
parent fab73e1ecd
commit 873888779b

View File

@ -3,15 +3,32 @@ class EvaluationController extends Zend_Controller_Action
{ {
public function init() public function init()
{ {
/* Initialize action controller here */
} }
public function indexAction() public function indexAction(){}
/**
* IndiScore
*/
public function indiscoreAction(){}
/**
* Rapport de synthese
*/
public function indiscore2Action(){}
/**
* Rapport complet
*/
public function indiscore3Action(){}
/**
* Enquete commerciale
*/
public function enquetecAction()
{ {
$this->_forward('entreprise', 'recherche');
} }
public function enquetecAction(){}
} }