This class can be used to make the browser
invoke actions executed on the server side without reloading the
current page. It sends what is known as AJAX requests that consist in
Javascript calls that sends HTTP requests to the server.
Detailed description
This class can be used to make the browser invoke actions executed on the server side without reloading the current page.
It sends what is known as AJAX requests that consist in Javascript
calls that sends HTTP requests to the server encapsulate the eventual
parameters of the requested actions. Parameters can be any type of
data, including objects, arrays, strings, numbers and booleans.
The class generates Javascript code with a behavior that can be
customized by the developer using event handler functions also in
Javascript.
On the server side the class can handle the requests dispatching the
invoked function and passing eventual parameters. Also, class methods
can be called by setting the objects instance.
The class supports requests done using both GET and POST methods, and requests types: ASYNC and SYNC.
Support PHP versions 4 and 5. Requires DOMIT! XML Parser to work.
|