Zugriff auf Globale Variablen von Typo3: Unterschied zwischen den Versionen
Aus Wiki
| Zeile 2: | Zeile 2: | ||
$pid = $GLOBALS["TSFE"]->id; | $pid = $GLOBALS["TSFE"]->id; | ||
| + | $username = $GLOBALS['TSFE']->fe_user->user[username] | ||
Version vom 12. Februar 2008, 10:21 Uhr
PageID:
$pid = $GLOBALS["TSFE"]->id; $username = $GLOBALS['TSFE']->fe_user->user[username]