summaryrefslogtreecommitdiffstats
path: root/application/forms/BootmenuCreate.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/forms/BootmenuCreate.php')
-rw-r--r--application/forms/BootmenuCreate.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/application/forms/BootmenuCreate.php b/application/forms/BootmenuCreate.php
new file mode 100644
index 0000000..35d476f
--- /dev/null
+++ b/application/forms/BootmenuCreate.php
@@ -0,0 +1,13 @@
+<?php
+
+class Application_Form_BootmenuCreate extends Zend_Form
+{
+
+ public function init()
+ {
+ /* Form Elements & Other Definitions Here ... */
+ }
+
+
+}
+