Login   Register  
PHP Classes

Class: ACE

Icontem
elePHPant

  Classes of Andrea Giammarchi  >  ACE  >  Download  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: ACE Support forum
Base name: ace
Description: Generate Javascript to call PHP objects using AJAX
Version: -
Required PHP version: -
License: MIT/X Consortium License
 
  Author   Group folder image Groups   Detailed description  
  Applications   Related links   Files Files  

Author

Picture of Andrea Giammarchi
Name: Andrea Giammarchi <e-mail contact>
Published packages: 17 Browse this author's classes Browse this author's classes
Country: Italy Italy - PHP jobs in Italy
Home page: http://www.3site.it/

Innovation Award

PHP Programming Innovation award nominee
August 2006
Number 3
Interaction between the browser and the PHP Web applications without page reloading requires communication between both ends using Javascript on the browser side and PHP the server side.

Usually it is necessary the use of special AJAX libraries that take care of all the aspects of the communication.

This class can make the AJAX based interaction more transparent. It generates Javascript classes that act as client side proxies to call objects of PHP classes on the server side.

This way Javascript code can call classes that trigger the execution of PHP class functions with a minimal development effort.

Manuel Lemos

Groups

Group folder image Web services Web data clipping, SOAP or XML-RPC clients and servers View top rated classes
Group folder image AJAX Interact with the Web server without page reloading View top rated classes

Detailed description

This package can be use to generate Javascript to call functions of PHP class objects from the client side.

It generates Javascript code to create Javascript objects on the client side that act as proxies of PHP objects on the server side.

The generated code uses AJAX to communicate with the server side script that defines the ACE class.

The class can create the PHP object on the server side and call the functions that were invoked on the client side using the generated Javascript proxy class.

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Related links

Link Description
Documentation and Examples Documentation and Examples for ACE System (58Kb ZIP File)

Files

File Role Description
Accessible without login HTML file ACE.html Doc. Documentation Page
Accessible without login Plain text file ACE.js Data ACE for all Clients
Accessible without login Plain text file ACE.php Class ACE for the Server
Accessible without login Image file ACE.gif Icon ACE Logo
Download all files: ace.tar.gz ace.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.