diff options
| author | Simon | 2011-03-14 16:17:48 +0100 |
|---|---|---|
| committer | Simon | 2011-03-14 16:17:48 +0100 |
| commit | d583d0071274a8843b3a3cd7b7ec72d5a9942f53 (patch) | |
| tree | 6fd2437ddefc93f94c0fbc3b1edcedcab02dd04a /application/modules/user/forms/Login.php | |
| parent | Application in 3 Modules gesplittet, Dev = unsere entwicklungsumgebung, user ... (diff) | |
| download | pbs2-d583d0071274a8843b3a3cd7b7ec72d5a9942f53.tar.gz pbs2-d583d0071274a8843b3a3cd7b7ec72d5a9942f53.tar.xz pbs2-d583d0071274a8843b3a3cd7b7ec72d5a9942f53.zip | |
Zweiter push um die änderungen hinzuzufügen, Trennung der Ansichten
Diffstat (limited to 'application/modules/user/forms/Login.php')
| -rw-r--r-- | application/modules/user/forms/Login.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/application/modules/user/forms/Login.php b/application/modules/user/forms/Login.php new file mode 100644 index 0000000..58c5cc9 --- /dev/null +++ b/application/modules/user/forms/Login.php @@ -0,0 +1,13 @@ +<?php + +class user_Form_Login extends Zend_Form +{ + + public function init() + { + /* Form Elements & Other Definitions Here ... */ + } + + +} + |
