jAPI Direct
Package:
Summary:
Handle calls of JavaScript to PHP code
Groups:
Author:
Description:
This class can be used to handle calls of JavaScript to PHP code.
It registers PHP classes that will handle AJAX requests to functions of those classes.
The class handles the AJAX requests by dispatching to functions of the registered classes. The output of those classes is returned as response to the AJAX requests.
It registers PHP classes that will handle AJAX requests to functions of those classes.
The class handles the AJAX requests by dispatching to functions of the registered classes. The output of those classes is returned as response to the AJAX requests.
Comments are closed.