5 lines
96 B
PHP
5 lines
96 B
PHP
<?php
|
|
class PrestaController extends Zend_Controller_Action
|
|
{
|
|
public function indexAction(){}
|
|
} |