diff options
| author | Simon | 2011-03-06 18:42:08 +0100 |
|---|---|---|
| committer | Simon | 2011-03-06 18:42:08 +0100 |
| commit | 36165ba32a0e45c3c51e84ad4d94f41c861fa804 (patch) | |
| tree | 9e1618925cc36de28d32b3a6206d62ae33ab0c7b /application/controllers/PoolController.php | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-36165ba32a0e45c3c51e84ad4d94f41c861fa804.tar.gz pbs2-36165ba32a0e45c3c51e84ad4d94f41c861fa804.tar.xz pbs2-36165ba32a0e45c3c51e84ad4d94f41c861fa804.zip | |
Client und Pool-Controller hinzugefügt && addclientAction hinzugefügt
Diffstat (limited to 'application/controllers/PoolController.php')
| -rw-r--r-- | application/controllers/PoolController.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/application/controllers/PoolController.php b/application/controllers/PoolController.php new file mode 100644 index 0000000..795fe3a --- /dev/null +++ b/application/controllers/PoolController.php @@ -0,0 +1,18 @@ +<?php + +class PoolController extends Zend_Controller_Action +{ + + public function init() + { + /* Initialize action controller here */ + } + + public function indexAction() + { + // action body + } + + +} + |
