From 7c96b41efeaa4da9be04df54e9bc19520e29a880 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Sun, 6 Mar 2011 14:03:34 +0100 Subject: zfproject angepasst --- application/controllers/BootmenuController.php | 42 ++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'application/controllers/BootmenuController.php') diff --git a/application/controllers/BootmenuController.php b/application/controllers/BootmenuController.php index b365dc9..20f471e 100644 --- a/application/controllers/BootmenuController.php +++ b/application/controllers/BootmenuController.php @@ -13,6 +13,48 @@ class BootmenuController extends Zend_Controller_Action // action body } + public function addbootmenuentryAction() + { + // action body + } + + public function createbootmenuAction() + { + // action body + } + + public function editbootmenuAction() + { + // action body + } + + public function editbootmenuentryAction() + { + // action body + } + + public function removebootmenuentryAction() + { + // action body + } + + public function deletebootmenuAction() + { + // action body + } + } + + + + + + + + + + + + -- cgit v1.2.3-55-g7522