AJAX: PHP AJAX pagination
Reneesh T K (contact me)
This class can be used to show MySQL query results split in pages using AJAX.
It takes as parameters an SQL query, the number of results to show per page and the current page number.
The generates HTML and Javascript for links to browse the query result pages.
When the user clicks on the links an AJAX request is sent to a script that retrieves the page results and the respective pagination links.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (68.8%)
| Not sure (56.3%)
| Sufficient (75.0%)
| Sufficient (75.0%)
| -
| -
| Not sure (55.0%)
| 965 |
Click here for detailed information about this class on phpclasses.org