summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/index/index.phtml
blob: b3c2b57b58f85739253a4b75ab2ba28f24bcf786 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php
echo "already logged in as: " . Zend_Auth::getInstance()->getIdentity();
echo "<pre>"; 
print_r($_SESSION);
echo "</pre>";
Zend_Debug::dump($_SESSION, $label="_SESSION nach Login: ", $echo=true);
				$this->view->loginStatus = "Eingeloggt als " . $this->_userNamespace->username;     
?>
<h1>Zend-Framework Index</h1>