2012-08-28 23:04:55 -04:00

12 lines
163 B
PHP

<?php
class Application_Form_ScheduleShow extends Zend_Form
{
public function init()
{
/* Form Elements & Other Definitions Here ... */
}
}