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 @@ - -
-

Welcome to the Zend Framework!

- -

This is your project's main page

- -
-

-

- Helpful Links:
- Zend Framework Website | - Zend Framework Manual -

-
-
\ No newline at end of file +getIdentity(); +echo "
"; 
+print_r($_SESSION);
+echo "
"; +Zend_Debug::dump($_SESSION, $label="_SESSION nach Login: ", $echo=true); + $this->view->loginStatus = "Eingeloggt als " . $this->_userNamespace->username; +?> +

Zend-Framework Index

diff --git a/application/views/scripts/person/index.phtml b/application/views/scripts/person/index.phtml new file mode 100644 index 0000000..7a96e97 --- /dev/null +++ b/application/views/scripts/person/index.phtml @@ -0,0 +1 @@ +

View script for controller Person and script/action name index
\ No newline at end of file -- cgit v1.2.3-55-g7522