Xajax

Xajax is an Ajax framework that is tailored to PHP.

It uses XML to ( asynchronous ) communication between browser and server, JSON is being planned. It was designed so that it can be used despite low javascript knowledge. This makes it possible to integrate Ajax functionality with relatively little effort into existing PHP projects.

To JSON you can transfer data, however, use the following method:

script ( 'example =' json_encode ($ example). );? > Xajax has a plugin system, as well as the ability to perform synchronous requests and maintain the reference to objects / classes within the client despite asynchronous requests ( scripts Context).

830463
de