Définition des actions pour le controller evaluation
This commit is contained in:
parent
fab73e1ecd
commit
873888779b
@ -3,15 +3,32 @@ class EvaluationController extends Zend_Controller_Action
|
||||
{
|
||||
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(){}
|
||||
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user