summaryrefslogblamecommitdiffstats
path: root/application/modules/dev/controllers/IndexController.php
blob: 4c9385ce4fc44a3fe1bfcb67471eb4030f00c57d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13

     
                                                        









                                               
      
 
 

 

 

 
<?php

class dev_IndexController extends Zend_Controller_Action
{

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

    public function indexAction()
    {
        // action body
    } 


}