diff options
| author | Simon | 2011-03-02 15:09:46 +0100 |
|---|---|---|
| committer | Simon | 2011-03-02 15:09:46 +0100 |
| commit | 5d161755f849a2ec6b3ba80ea5690dd5c61f79d8 (patch) | |
| tree | ff335f2e773f581512a135c3d3fbb141f55493bd /application/forms | |
| parent | einricht script wegen mysql-pw geupdated (diff) | |
| download | pbs2-5d161755f849a2ec6b3ba80ea5690dd5c61f79d8.tar.gz pbs2-5d161755f849a2ec6b3ba80ea5690dd5c61f79d8.tar.xz pbs2-5d161755f849a2ec6b3ba80ea5690dd5c61f79d8.zip | |
Die Models geändert da kein return der Objekte angegeben war && FilterController
Diffstat (limited to 'application/forms')
| -rw-r--r-- | application/forms/FilterCreate.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/application/forms/FilterCreate.php b/application/forms/FilterCreate.php new file mode 100644 index 0000000..e239b94 --- /dev/null +++ b/application/forms/FilterCreate.php @@ -0,0 +1,13 @@ +<?php + +class Application_Form_FilterCreate extends Zend_Form +{ + + public function init() + { + /* Form Elements & Other Definitions Here ... */ + } + + +} + |
