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

class Application_Form_FilterCreate extends Zend_Form
{

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


}