Xajax

from Wikipedia, the free encyclopedia
xajax

Xajax-logo.gif

Ajax Framework
Basic data

developer Open source
Current  version 0.5
(January 26, 2009)
operating system Windows , Linux , macOS , Solaris
category Class library
License BSD
German speaking No
xajax-project.org

Xajax is a PHP - library for Ajax .

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

However, the following method can be used to transfer JSON data:

<?php $response->script('example='.json_encode($example)); ?>

Xajax has a plug-in system and the option of executing synchronous requests and maintaining the reference to objects / classes within the client despite asynchronous requests (script context).

Web links