diff options
| author | Simon | 2011-03-15 18:07:26 +0100 |
|---|---|---|
| committer | Simon | 2011-03-15 18:07:26 +0100 |
| commit | c87cc7fc492bcb54a94f4edaf1ad5c700ef7229f (patch) | |
| tree | 667ac68fe1f45828134a6d1c5e1369f896377232 /application/modules | |
| parent | eigene klassen angelegt (diff) | |
| download | pbs2-c87cc7fc492bcb54a94f4edaf1ad5c700ef7229f.tar.gz pbs2-c87cc7fc492bcb54a94f4edaf1ad5c700ef7229f.tar.xz pbs2-c87cc7fc492bcb54a94f4edaf1ad5c700ef7229f.zip | |
aufruf verschoben
Diffstat (limited to 'application/modules')
| -rw-r--r-- | application/modules/dev/controllers/IndexController.php | 4 | ||||
| -rw-r--r-- | application/modules/user/controllers/IndexController.php | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/application/modules/dev/controllers/IndexController.php b/application/modules/dev/controllers/IndexController.php index ce74bc2..f261304 100644 --- a/application/modules/dev/controllers/IndexController.php +++ b/application/modules/dev/controllers/IndexController.php @@ -11,10 +11,6 @@ class dev_IndexController extends Zend_Controller_Action public function indexAction() { // action body - $n = new Pbs_PbsSession(); - $session = new Application_Model_Session(); - $session->setID('1'); - $n->createsession($session); } diff --git a/application/modules/user/controllers/IndexController.php b/application/modules/user/controllers/IndexController.php index 3a18bff..1d41157 100644 --- a/application/modules/user/controllers/IndexController.php +++ b/application/modules/user/controllers/IndexController.php @@ -9,8 +9,11 @@ class User_IndexController extends Zend_Controller_Action } public function indexAction() - { - echo 'test'; + { + $n = new Pbs_PbsSession(); + $session = new Application_Model_Session(); + $session->setID('1'); + $n->createsession($session); } |
