14 lines
116 B
PHP
14 lines
116 B
PHP
|
<?php
|
||
|
class IndexController extends Zend_Controller_Action
|
||
|
{
|
||
|
|
||
|
public function indexAction()
|
||
|
{
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
}
|