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

class Application_Form_BootmenuCreate extends Zend_Form
{

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


}