 |
|
Innovation award
 Nominee: 2x |
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.
|
|
| Name: |
pAjax |
| Base name: |
pajax |
| Description: |
Do RPC calls from the browser without page reloads |
| Version: |
- |
| PHP version: |
- |
| License: |
Free for non-commercial use |
| All time users: |
6438 users |
| All time rank: |
275 |
| Week users: |
0 users |
| Week rank: |
1314  |
| |
|
 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 |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (81.8%) |
Sufficient (77.3%) |
Good (83.0%) |
Good (83.0%) |
- |
- |
Sufficient (65.2%) |
457 |
| Month: |
Not yet rated by the users |
| |
Packages needed by this class |
|
|
| Class |
Dependency |
Why it is needed |
| DOMIT XML parser |
Required |
XML Support to generate and parse XML data |
| Link |
Description |
| AJAX e PHP! Meus primeiros passos |
Fiquei um tempo sem escrever nada por aqui, mas foi muita correira, muito trabalho, continuo na correria e com muito trabalho, mas consegui tirar um tempinho para escrever um post, pois já estava mais no que na hora, tanto de escrever novamente no blog quanto de falar sobre o assunto... |
| pAjax 1.5.9 released! |
Long time (more than half an year) without changes in the package... |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| Bisna Blog |
Bisna claims to be the next generation of this class. This blog covers its development and thoughts. |
| |
Files |
|
|
| File |
Role |
Description |
dir_note.txt |
Doc. |
Information about XMLSupport |