diff options
| author | michael pereira | 2011-03-06 14:03:34 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-06 14:03:34 +0100 |
| commit | 7c96b41efeaa4da9be04df54e9bc19520e29a880 (patch) | |
| tree | b860371a166fa7ddd4fa1b8ea7b278a77433b1d5 /application/controllers/BootmenuController.php | |
| parent | sql-files aufgeräumt && filter geändert (diff) | |
| download | pbs2-7c96b41efeaa4da9be04df54e9bc19520e29a880.tar.gz pbs2-7c96b41efeaa4da9be04df54e9bc19520e29a880.tar.xz pbs2-7c96b41efeaa4da9be04df54e9bc19520e29a880.zip | |
zfproject angepasst
Diffstat (limited to 'application/controllers/BootmenuController.php')
| -rw-r--r-- | application/controllers/BootmenuController.php | 42 |
1 files changed, 42 insertions, 0 deletions
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 + } + } + + + + + + + + + + + + |
