Ajout controller Evaluation et Pieces
This commit is contained in:
parent
f5d2faa3e1
commit
11455f790f
14
application/controllers/EvaluationController.php
Normal file
14
application/controllers/EvaluationController.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
class EvaluationController extends Zend_Controller_Action
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
/* Initialize action controller here */
|
||||
}
|
||||
|
||||
public function indexAction()
|
||||
{
|
||||
$this->_forward('entreprise', 'recherche');
|
||||
}
|
||||
|
||||
}
|
@ -33,7 +33,10 @@ class IdentiteController extends Zend_Controller_Action
|
||||
$this->view->assign('infos', $infos);
|
||||
}
|
||||
|
||||
public function fichepcAction(){}
|
||||
public function fichepcAction()
|
||||
{
|
||||
//Méthode non disponible sur webservice
|
||||
}
|
||||
|
||||
public function etablissementsAction()
|
||||
{
|
||||
|
16
application/controllers/PiecesController.php
Normal file
16
application/controllers/PiecesController.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
class PiecesController extends Zend_Controller_Action
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
/* Initialize action controller here */
|
||||
}
|
||||
|
||||
public function indexAction()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user