curtis1000
10/12/2012 - 8:15 PM

Zend Framework Tab module Index Controller

Zend Framework Tab module Index Controller

<?php

/**
 * This controller is the tab index controller
 *
 * @category ProjectNamespace
 * @package Application
 * @subpackage Tab
 * @author Curtis Branum <cbranum@nerdery.com>
 * @version $Id$
 */

class Tab_IndexController extends Zend_Controller_Action
{
    public function init() 
    {
    
    }
    
    public function indexAction()
    {
        
    }
}