[TYPO3-ect] Integrate ajax with extensions
Ernesto Baschny [cron IT]
ernst at cron-it.de
Wed Jul 12 10:45:59 CEST 2006
Christoph Koehler schrieb am 12.07.2006 04:09:
>> You start with nothing, and you can initialise what ever you need.
>> That eid class is available to help you with that. At the moment, if I
>> am up to date, it only gives you methods to initialise fe users. So,
>> for now, you have the initialise the rest of what you need.
>
> Yeah, there are two methods actually, one for the db and one for the
> fe-user. I cannot do anything else though; can't get the
> $GLOBALS['TSFE'], nor pibase, nor any of my classes because they are all
> interconnected with themselves and pibase.
> So as far as I can tell, I can make Ajax applications, but not tie them
> in with any other FE stuff except users.
If you need the other stuff, you will probably be happier with the
"regular" index.php which loads everything you might need already. Just
make sure your ajax responder is the only thing that is being loaded in
your TS-template.
Cheers,
Ernesto
More information about the TYPO3-team-extension-coordination
mailing list