can add a playlist to the schedule table in a show. basic, need to make better.
This commit is contained in:
parent
1b3186af50
commit
1d9aa778a6
17 changed files with 974 additions and 178 deletions
13
application/forms/ScheduleShow.php
Normal file
13
application/forms/ScheduleShow.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
class Application_Form_ScheduleShow extends Zend_Form
|
||||
{
|
||||
|
||||
public function init()
|
||||
{
|
||||
/* Form Elements & Other Definitions Here ... */
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue