Skip to content

Instantly share code, notes, and snippets.

@curtis1000
Created October 12, 2012 20:15
Show Gist options
  • Save curtis1000/3881270 to your computer and use it in GitHub Desktop.
Save curtis1000/3881270 to your computer and use it in GitHub Desktop.
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()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment