From 873888779bd35d6fecce796b643412f7d3a46e83 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 19 May 2011 15:24:35 +0000 Subject: [PATCH] =?UTF-8?q?D=C3=A9finition=20des=20actions=20pour=20le=20c?= =?UTF-8?q?ontroller=20evaluation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controllers/EvaluationController.php | 31 ++++++++++++++----- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/application/controllers/EvaluationController.php b/application/controllers/EvaluationController.php index 883952b2e..7ae1949df 100644 --- a/application/controllers/EvaluationController.php +++ b/application/controllers/EvaluationController.php @@ -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(){} - - } \ No newline at end of file