sintonia/application/forms/ScheduleShow.php

14 lines
165 B
PHP

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