sintonia/legacy/application/forms/ScheduleShow.php
2021-10-12 11:07:56 +02:00

9 lines
158 B
PHP

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