summaryrefslogblamecommitdiffstats
path: root/application/modules/user/forms/Login.php
blob: 58c5cc91eb447f03e723343b24692882ea87a609 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                        
<?php

class user_Form_Login extends Zend_Form
{

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


}