diff options
| author | Simon | 2011-03-06 13:04:27 +0100 |
|---|---|---|
| committer | Simon | 2011-03-06 13:04:27 +0100 |
| commit | a0984170d517f55fbd1f348e8e2e14109971c31f (patch) | |
| tree | f5e9d46370704db65859668abe63d01c7e96b474 /application/controllers/BootmenuController.php | |
| parent | update (diff) | |
| parent | Bootmenu und Bootmenuentries angelegt (diff) | |
| download | pbs2-a0984170d517f55fbd1f348e8e2e14109971c31f.tar.gz pbs2-a0984170d517f55fbd1f348e8e2e14109971c31f.tar.xz pbs2-a0984170d517f55fbd1f348e8e2e14109971c31f.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/controllers/BootmenuController.php')
| -rw-r--r-- | application/controllers/BootmenuController.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/application/controllers/BootmenuController.php b/application/controllers/BootmenuController.php new file mode 100644 index 0000000..b365dc9 --- /dev/null +++ b/application/controllers/BootmenuController.php @@ -0,0 +1,18 @@ +<?php + +class BootmenuController extends Zend_Controller_Action +{ + + public function init() + { + /* Initialize action controller here */ + } + + public function indexAction() + { + // action body + } + + +} + |
