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












                                                        
<?php

class Application_Form_BootosDelete extends Zend_Form
{

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


}