cc-2167-top-panel-doesn't-list-recording-shows

This commit is contained in:
martin 2011-05-10 19:06:35 -04:00
parent b9c1f7356f
commit bc640d38f2
9 changed files with 302 additions and 139 deletions

View file

@ -0,0 +1,22 @@
<?php
class DashboardController extends Zend_Controller_Action
{
public function init()
{
}
public function indexAction()
{
// action body
}
public function helpAction()
{
// action body
}
}