PHP Classes
elePHPant
Icontem

Paginations: Split MySQL query result listings

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (4)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2010-05-13 (6 years ago) RSS 2.0 feedStarStarStarStar 72%Total: 3,338 This week: 1All time: 1,006 This week: 1,047Down
Version License PHP version Categories
paginations 1.0Freeware3.0HTML, Databases
Description Author

This class can be used to split MySQL database query listings between multiple pages.

It takes as parameters a SQL query, the limit number of result rows to display per page, and the number of the listing page being displayed.

The class executes the query to retrieve the results of the current page and stores the result handle in a class variable.

The class also generates HTML with links to go to the first, last, next, previous and any intermediate page of the listing.

It also generates HTML to display the current page being display and the total number of rows in the result set.

The links trigger the call of a Javascript function that will switch to the page associated with the link.

Picture of Reneesh T K
Name: Reneesh T K <contact>
Classes: 2 packages by
Country: India India

Details
Developed by Reneesh T.K
reneeshtk@gmail.com

You can use it with out any worries...It is free for you..It will display the out put like:

First | Previous | 3 | 4 | 5 | 6 | 7| 8 | 9 | 10 | Next | Last
Page : 7  Of  10 . Total Records Found: 20

Just pass the query ,records per page and starting from the page you want to display the pagination.

Advantage: It is connected to search process in the example and you may extend this feature as you like..It can also use in ajax by putting the contents of the javascript function in the ajaxfunction used for ajax.

You can see some useful functions in the site http://reneeshtk.000a.biz and if you interested you can donate some amount to me :)

  Files folder image Files  
File Role Description
Accessible without login Plain text file readme Doc. readme
Accessible without login Plain text file testpage.php Example test page
Plain text file pagination_class.php Class class file

 Version Control Unique User Downloads Download Rankings  
 0%
Total:3,338
This week:1
All time:1,006
This week:1,047Down
User Ratings User Comments (4)
 All time
Utility:91%StarStarStarStarStar
Consistency:83%StarStarStarStarStar
Documentation:86%StarStarStarStarStar
Examples:97%StarStarStarStarStar
Tests:-
Videos:-
Overall:72%StarStarStarStar
Rank:210
 
Useful and straightforward.
5 years ago (Tom Carnevale)
65%StarStarStarStar
Very simple and easy to use :)
6 years ago (Denis Dantas Uyeda)
75%StarStarStarStar
A realy nice and valuable class for pagination Hats off reneesh
8 years ago (jobanjohn)
80%StarStarStarStarStar
Simple and good
8 years ago (bipin)
60%StarStarStarStar