From c87cc7fc492bcb54a94f4edaf1ad5c700ef7229f Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 15 Mar 2011 18:07:26 +0100 Subject: aufruf verschoben --- application/modules/user/controllers/IndexController.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'application/modules/user/controllers/IndexController.php') 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); } -- cgit v1.2.3-55-g7522