 November 2007
Winner |
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 (79.5%) |
Sufficient (75.0%) |
- |
Sufficient (79.5%) |
- |
- |
Not sure (55.2%) |
1124 |
| 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 |
|
|