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

class Application_Form_ConfigAdd extends Zend_Form
{

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


}