summaryrefslogblamecommitdiffstats
path: root/application/forms/ConfigEdit.php
blob: 6403f0618e36884dcb75be5802d3abba976f0f4d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                        
<?php

class Application_Form_ConfigEdit extends Zend_Form
{

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


}