From c142c466c6cc2efaec799334bbf36b514d1d1055 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 31 Jan 2011 13:55:22 +0100 Subject: authController geƤnder --- application/views/scripts/auth/login.phtml | 4 +++ application/views/scripts/index/index.phtml | 52 +++++----------------------- application/views/scripts/person/index.phtml | 1 + 3 files changed, 14 insertions(+), 43 deletions(-) create mode 100644 application/views/scripts/person/index.phtml (limited to 'application/views/scripts') diff --git a/application/views/scripts/auth/login.phtml b/application/views/scripts/auth/login.phtml index 8312487..0618564 100644 --- a/application/views/scripts/auth/login.phtml +++ b/application/views/scripts/auth/login.phtml @@ -1,5 +1,9 @@ loginForm->setAction($this->url()); echo $this->loginForm; + +echo "
"; +print_r($_SESSION); +echo ""; ?> diff --git a/application/views/scripts/index/index.phtml b/application/views/scripts/index/index.phtml index 4b38f0a..b3c2b57 100644 --- a/application/views/scripts/index/index.phtml +++ b/application/views/scripts/index/index.phtml @@ -1,43 +1,9 @@ - -

- Helpful Links:
- Zend Framework Website |
- Zend Framework Manual
-
"; +print_r($_SESSION); +echo ""; +Zend_Debug::dump($_SESSION, $label="_SESSION nach Login: ", $echo=true); + $this->view->loginStatus = "Eingeloggt als " . $this->_userNamespace->username; +?> +