[TYPO3-hci] PHP / Jascript connection: RELOADED

Johannes Reichardt typo3 at gramba.de
Wed Jun 7 18:13:53 CEST 2006


Hi list,

i posted this recently and there was unfortunatly almost no reaction. 
Therefore i post it yet another time with some more explanation:

The usage is as simple as you can imagine:

class myPHPclass {
    function returnSomething($something) {
          return $something;
    }
}

$something in the class myPHPclass can be achieved as simple and 
transparent in your html code with something like this:

myVar = AJSHP.returnSomething('hello world');

and the best is: the same goes for arrays and objects - and it supports 
also compressed output which makes it really really fast.

it also supports "eventhandlers" that enable you to automatically make 
something with the retrieved data.

If Typo3 5.0 or 4.5 will be more "AJAXED", this gateway is definetly 
worth a close look. I would be very interested what you think about it, 
maybe i am just a little to enthusiastic about ajax ;)

www.devpro.it/AJSHP/

- Johannes





More information about the TYPO3-team-hci mailing list