webfiler/application/controllers/IndexController.php
2015-09-29 16:59:45 +00:00

14 lines
139 B
PHP

<?php
class IndexController extends Zend_Controller_Action
{
public function indexAction()
{
// --- Liste des prestations
}
}