summaryrefslogtreecommitdiffstats
path: root/application/forms/EventAdd.php
blob: 944f823f0cec2fba4023b894365a260665dffa9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

class Application_Form_EventAdd extends Zend_Form
{

    public function init()
    {
        /* Form Elements & Other Definitions Here ... */
    }


}