[TYPO3-german] eigene kleine PHP Datei in eigener Extension
Kay Strobach
typo3 at kay-strobach.de
Fri Jun 24 19:15:21 CEST 2011
hi in typo3 ist das zauberwort für ajax eid ;)
Grüße
Kay
Am 24.06.2011 18:03, schrieb Harald Keller:
> sorry der Code hat es verhackt:
>
> <?php
> require_once(PATH_tslib.'class.tslib_pibase.php');
>
> class my_ajax extends tslib_pibase {
>
> public function main() {
> $wert="mein test";
> $GLOBALS['TSFE']->fe_user->setKey('ses','checkfields',$wert);
> $GLOBALS['TSFE']->storeSessionData();
> return;
> }
> }
>
> $output = t3lib_div::makeInstance('my_ajax');
> echo $output->main();
>
> ?>
>
>
--
http://www.kay-strobach.de - Open Source Rocks
TYPO3 .... inspiring people to share!
Get involved: http://typo3.org
More information about the TYPO3-german
mailing list