summaryrefslogtreecommitdiffstats
path: root/application/forms/EventAdd.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-06-27 16:17:19 +0200
committerBjörn Geiger2011-06-27 16:17:19 +0200
commit04125cf16696f7b9df1ff8c83a952dc79a4cbde6 (patch)
treec1a3dc5c72359ae280ba811a942e428174e928fb /application/forms/EventAdd.php
parentDatenbank Mapper hinzugefügt (diff)
downloadpoolctrl-04125cf16696f7b9df1ff8c83a952dc79a4cbde6.tar.gz
poolctrl-04125cf16696f7b9df1ff8c83a952dc79a4cbde6.tar.xz
poolctrl-04125cf16696f7b9df1ff8c83a952dc79a4cbde6.zip
Event Controller mit Actions hinzugefügt
Diffstat (limited to 'application/forms/EventAdd.php')
-rw-r--r--application/forms/EventAdd.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/application/forms/EventAdd.php b/application/forms/EventAdd.php
new file mode 100644
index 0000000..944f823
--- /dev/null
+++ b/application/forms/EventAdd.php
@@ -0,0 +1,13 @@
+<?php
+
+class Application_Form_EventAdd extends Zend_Form
+{
+
+ public function init()
+ {
+ /* Form Elements & Other Definitions Here ... */
+ }
+
+
+}
+