/**
*
* Generic application.
*
*/
class {:class} extends {:extends}
{
/**
*
* The default action when no action is specified.
*
* @var string
*
*/
protected $_action_default = 'index';
/**
*
* Generic index action.
*
* @return void
*
*/
public function actionIndex()
{
}
}