extranet/application/controllers/EvaluationController.php

14 lines
249 B
PHP
Raw Normal View History

2011-04-19 07:37:39 +00:00
<?php
class EvaluationController extends Zend_Controller_Action
{
public function init()
{
/* Initialize action controller here */
}
public function indexAction()
{
$this->_forward('entreprise', 'recherche');
}
}