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