This package can be used to call PHP classes on
the Web server side from Javascript code in Web pages. It uses AJAX
technology to submit HTTP requests from Javascript to pass call
parameters and collect and process the XML responses.
Detailed description
This package can be used to call PHP classes on the Web server side from Javascript code in Web pages.
It uses AJAX technology to submit HTTP requests from Javascript to pass
call parameters and collect and process the XML responses.
This package acts as a proxy that maps PHP objects to JavaScript and vice versa.
The package provides means to register the handling client-server events using custom PHP classes to process such events.
|