diff options
| author | michael pereira | 2011-03-06 14:03:34 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-06 14:03:34 +0100 |
| commit | 7c96b41efeaa4da9be04df54e9bc19520e29a880 (patch) | |
| tree | b860371a166fa7ddd4fa1b8ea7b278a77433b1d5 /application/forms/ConfigCreate.php | |
| parent | sql-files aufgeräumt && filter geändert (diff) | |
| download | pbs2-7c96b41efeaa4da9be04df54e9bc19520e29a880.tar.gz pbs2-7c96b41efeaa4da9be04df54e9bc19520e29a880.tar.xz pbs2-7c96b41efeaa4da9be04df54e9bc19520e29a880.zip | |
zfproject angepasst
Diffstat (limited to 'application/forms/ConfigCreate.php')
| -rw-r--r-- | application/forms/ConfigCreate.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/application/forms/ConfigCreate.php b/application/forms/ConfigCreate.php new file mode 100644 index 0000000..2c9516d --- /dev/null +++ b/application/forms/ConfigCreate.php @@ -0,0 +1,13 @@ +<?php + +class Application_Form_ConfigAdd extends Zend_Form +{ + + public function init() + { + /* Form Elements & Other Definitions Here ... */ + } + + +} + |
