diff options
| author | michael pereira | 2011-03-05 13:12:23 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-05 13:12:23 +0100 |
| commit | 92e5b7a7b6bb780ef5e788b7711f8a999ac80f41 (patch) | |
| tree | 9886c2229205ea8478e9a0bf0ca9fc5fb8de68e8 /application/forms/BootosEdit.php | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-92e5b7a7b6bb780ef5e788b7711f8a999ac80f41.tar.gz pbs2-92e5b7a7b6bb780ef5e788b7711f8a999ac80f41.tar.xz pbs2-92e5b7a7b6bb780ef5e788b7711f8a999ac80f41.zip | |
bootos v1
Diffstat (limited to 'application/forms/BootosEdit.php')
| -rw-r--r-- | application/forms/BootosEdit.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/application/forms/BootosEdit.php b/application/forms/BootosEdit.php new file mode 100644 index 0000000..70f11da --- /dev/null +++ b/application/forms/BootosEdit.php @@ -0,0 +1,13 @@ +<?php + +class Application_Form_BootosEdit extends Zend_Form +{ + + public function init() + { + /* Form Elements & Other Definitions Here ... */ + } + + +} + |
