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

class fbgui_Form_Login extends Zend_Form
{

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


}