[Typo3-dev] flash remoting & typo3
Daniel Brün
dbruen at saltation.de
Thu Apr 29 16:52:09 CEST 2004
Hi Matthias!
amfPHP provides for a communication- _framework_ to be able to call
methods remotely, like RPC or (one-way-)-CORBA. It is not meant to make
all classes/functions of typo3 available... how could that possibly work
anyways??
My approach would be to define a small set of useful functions (e.g.
getPageTree, getContentByID, saveContent... etc) and implement them
using amfphp. ONLY this set of functions has then to be published in an
array at the top of this remoting-service. Got the idea?
Cheers,
Dan.
More information about the TYPO3-dev
mailing list