8 lines
130 B
PHP
8 lines
130 B
PHP
<?php
|
|
class PrestaController extends Zend_Controller_Action
|
|
{
|
|
public function init(){}
|
|
|
|
public function indexAction(){}
|
|
|
|
} |