summaryrefslogblamecommitdiffstats
path: root/application/controllers/IndexController.php
blob: df2f91cdc7014bd11a756c6b827768b210defa68 (plain) (tree)





















                                                    
<?php

class IndexController extends Zend_Controller_Action
{

    public function init()
    {
        /* Initialize action controller here */
    }

    public function indexAction()
    {
        // action body
    } 


}