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

8 lines
130 B
PHP

<?php
class PrestaController extends Zend_Controller_Action
{
public function init(){}
public function indexAction(){}
}