can add a playlist to the schedule table in a show. basic, need to make better.

This commit is contained in:
Naomi 2010-12-15 18:53:47 -05:00
parent 1b3186af50
commit 1d9aa778a6
17 changed files with 974 additions and 178 deletions

View file

@ -0,0 +1,13 @@
<?php
class Application_Form_ScheduleShow extends Zend_Form
{
public function init()
{
/* Form Elements & Other Definitions Here ... */
}
}