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

class Application_Form_BootmenuEdit extends Zend_Form
{

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


}