 |
|
Innovation award
 Nominee: 23x
Winner: 5x |
This class can be used to update only parts of pages when links are clicked using AJAX to avoid full page reloading.
It uses some Javascript code to intercept the clicks on the current page links.
The link clicks trigger AJAX POST requests to fetch the content to update specific page sections, instead of the whole page.
If the browser does not support Javascript or AJAX requests, the clicks on the links will make the browser retrieve the whole page as usual.
|
|
| Name: |
Auto Ajax |
| Base name: |
autoajax |
| Description: |
Update page parts with AJAX when links are clicked |
| Version: |
1.0 |
| PHP version: |
4.0 |
| License: |
BSD License |
| All time users: |
6581 users |
| All time rank: |
262 |
| Week users: |
1 user |
| Week rank: |
1988  |
| |
|
 November 2007
Winner
Prize: One book of choice by O'Reilly |
AJAX became very popular because it allows to partially update Web pages in much less time than if they would have to fully reload.
Implementing AJAX in a formerly non-AJAX class, usually requires many changes in the code that generates the page.
This class makes it possible to use AJAX to update parts of a page without changing too much the code of the scripts that generate the page.
Manuel Lemos |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (77.1%) |
Sufficient (72.9%) |
- |
Sufficient (77.1%) |
- |
- |
Not sure (53.5%) |
1301 |
| Month: |
Not yet rated by the users |
| |
Packages needed by this class |
|
|
| Class |
Dependency |
Why it is needed |
| JSON |
Conditional |
Only need if there is not PHP json_encode function |
| Url Rewriter |
Conditional |
For example with URL Rewriter |
| Link |
Description |
| Ajax, ajax, and more ajax! |
Ajax, ajax, ajax.. you may head so much about ajax, and you may be wondering, what’s ajax? |
| Auto Ajax, Automatisches Ajax |
Diese klasse kann dazu verwendet werden um nur bestimmte Teile einer Webseite neu zu Laden, statt per klick auf einen Link die ganze Seite erneut zu laden... |
| Friendly URL! is it really needed? |
The trend of the web right now is to avoid as much as possible to pass GET’s variables to a web site, instead of that it is used “friendly URL”... |
| Friendly URL! is it really needed? |
The trend of the web right now is to avoid as much as possible to pass GET’s variables to a web site, instead of that it is used “friendly URL”... |
| The new way to write AJAX applications with PHP |
Write Ajax applications in theses day are a common thing, the “day by day” of the web developer... |
| |
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.
| |
Files |
|
|
| File |
Role |
Description |
error.php |
Example |
Example with Url Rewriter |
index.php |
Example |
Example with Url Rewriter |
page.php |
Example |
Example with Url Rewriter |