PHP Classes
elePHPant
Icontem

pAjax: Do RPC calls from the browser without page reloads

Recommend this page to a friend!
  Info   View files View files (36)   DownloadInstall with Composer Download .zip   Reputation   Support forum (10)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2007-01-25 (9 years ago) RSS 2.0 feedStarStarStarStar 64%Total: 6,520 All time: 309 This week: 970Down
Version License Categories
pajax 1.0Free for non-comm...PHP 5, AJAX
Description Author

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.

Innovation Award
PHP Programming Innovation award nominee
August 2005
Number 2


Prize: One downloadable copy of Komodo Pro
AJAX is an acronym for Asynchronous JavaScript and XML. It is a technology that is becoming increasingly popular as it provides meants to establish the communication in the background between a Web browser and a Web server.

AJAX permits executing actions and updating parts of Web pages without reloading the whole page.

Despite it has been introduced with Internet Explorer 5.5, only recently this technology has been implemented by Mozilla browsers and other browsers that followed the trend.

The wide adoption of AJAX opened space for applications and components that use AJAX to provide highly interactive Web based user interfaces.

This package is one of the three, released almost at the same time in August 2005, that provide means to facilitate the creation of PHP applications that take advantage of AJAX potential.

Manuel Lemos
Picture of Guilherme Blanco
Name: Guilherme Blanco <contact>
Classes: 5 packages by
Country: Brazil Brazil
Innovation award
Innovation award
Nominee: 2x

  Files folder image Files  
File Role Description
Files folder imageappz (3 directories)
Files folder imagedocs (5 files)
Files folder imagetests (11 files)
Files folder imageXMLSupport (1 file)
Accessible without login Plain text file CHANGELOG.txt Doc. List of Changes
Plain text file class.pAjax.php Class Main class
Plain text file class.pAjaxParser.php Class pAjax PHP Parser
Accessible without login Plain text file INSTALL.txt Doc. Instalation notes
Accessible without login Plain text file pajax-commom.js Data Commom Support for JS between browsers
Accessible without login Plain text file pajax-core.js Data Core JS Script
Accessible without login Plain text file pajax-parser.js Data pAjax JS Parser
Accessible without login Plain text file TODO.txt Doc. TODO List

Downloadpajax-2007-01-25.zip 51KB
Downloadpajax-2007-01-25.tar.gz 35KB
Install with ComposerInstall with Composer
Needed packages  
Class DownloadWhy it is needed Dependency
DOMIT XML parser Download .zip .tar.gz XML Support to generate and parse XML data Required
 Version Control Unique User Downloads Download Rankings  
 0%
Total:6,520
This week:0
All time:309
This week:970Down
 User Ratings  
 
 All time
Utility:81%StarStarStarStarStar
Consistency:76%StarStarStarStar
Documentation:81%StarStarStarStarStar
Examples:82%StarStarStarStarStar
Tests:-
Videos:-
Overall:64%StarStarStarStar
Rank:734