summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/BootmenuController.php
diff options
context:
space:
mode:
authorSimon2011-03-15 16:17:12 +0100
committerSimon2011-03-15 16:17:12 +0100
commit78898e977079c1cc9ec85579f671c4bfb5ac8e37 (patch)
treec03f229e299386e8c39bd50178aa4fb3f1977dfd /application/modules/user/controllers/BootmenuController.php
parentjquery für michael eingebettet (diff)
downloadpbs2-78898e977079c1cc9ec85579f671c4bfb5ac8e37.tar.gz
pbs2-78898e977079c1cc9ec85579f671c4bfb5ac8e37.tar.xz
pbs2-78898e977079c1cc9ec85579f671c4bfb5ac8e37.zip
Controller für User-Module erstellt
Diffstat (limited to 'application/modules/user/controllers/BootmenuController.php')
-rw-r--r--application/modules/user/controllers/BootmenuController.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/application/modules/user/controllers/BootmenuController.php b/application/modules/user/controllers/BootmenuController.php
new file mode 100644
index 0000000..2ecab8d
--- /dev/null
+++ b/application/modules/user/controllers/BootmenuController.php
@@ -0,0 +1,18 @@
+<?php
+
+class User_BootmenuController extends Zend_Controller_Action
+{
+
+ public function init()
+ {
+ /* Initialize action controller here */
+ }
+
+ public function indexAction()
+ {
+ // action body
+ }
+
+
+}
+