diff options
Diffstat (limited to 'application/forms/BootosIndex.php')
| -rw-r--r-- | application/forms/BootosIndex.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/application/forms/BootosIndex.php b/application/forms/BootosIndex.php new file mode 100644 index 0000000..1e6505a --- /dev/null +++ b/application/forms/BootosIndex.php @@ -0,0 +1,13 @@ +<?php + +class Application_Form_BootosIndex extends Zend_Form +{ + + public function init() + { + /* Form Elements & Other Definitions Here ... */ + } + + +} + |
