summaryrefslogtreecommitdiffstats
path: root/application/forms
diff options
context:
space:
mode:
authormichael pereira2011-03-06 14:03:34 +0100
committermichael pereira2011-03-06 14:03:34 +0100
commit7c96b41efeaa4da9be04df54e9bc19520e29a880 (patch)
treeb860371a166fa7ddd4fa1b8ea7b278a77433b1d5 /application/forms
parentsql-files aufgeräumt && filter geändert (diff)
downloadpbs2-7c96b41efeaa4da9be04df54e9bc19520e29a880.tar.gz
pbs2-7c96b41efeaa4da9be04df54e9bc19520e29a880.tar.xz
pbs2-7c96b41efeaa4da9be04df54e9bc19520e29a880.zip
zfproject angepasst
Diffstat (limited to 'application/forms')
-rw-r--r--application/forms/ConfigCreate.php13
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 ... */
+ }
+
+
+}
+