enrichissement/application/controllers/IndexController.php

14 lines
116 B
PHP
Raw Normal View History

2012-01-13 13:35:11 +00:00
<?php
class IndexController extends Zend_Controller_Action
{
public function indexAction()
{
}
}