AjaxIto
Package:
Summary:
Call PHP code from Javascript using AJAX
Groups:
Author:
Description:
This class can be used to call PHP code from Javascript using AJAX.
It generates HTML with Javascript code that can be called by other Javascript code in the current page, so it triggers the execution of a given PHP class.
The class can detect when an AJAX request is being sent and calls the specified callback class. That class takes care of generating the response to the AJAX request.
It generates HTML with Javascript code that can be called by other Javascript code in the current page, so it triggers the execution of a given PHP class.
The class can detect when an AJAX request is being sent and calls the specified callback class. That class takes care of generating the response to the AJAX request.
Comments are closed.