MyPagination ClassMyPagination is a PHP/MySQL Class easily allows you to break up large result sets from a database query, and present it to the viewers in a more manageable way, and restrict database results without having to create complex pagination code.

 


Features

  • Very easy to use
  • Dynamically generate pages numbers and  jumpers, just write your query and leave the rest.
  • Multiple function to view and use your pagination jumper links.
  • Easily identify the number of records per page and the initial starting page number.
  • add extra values to your link.
  • multiple pages and tables on the same code.
  • retrieving multiple information.
  • MySQL or MySQLi extensions are supported.

Requirement

  • PHP version 4.x , 5.x .
  • MySQL or MySQLi php extensions.
  • Mysql 4.0.x, 4.1.x, 5.0.x, 5.1.x .

How MyPagination.Class works

 Simply for using the class:

Step 1: download MyPagination.Class.php & include it in your script directory.
Step 2:
  • Call MyPagination class.
  • Identify Your MySQL database link
  • Post your Query.
  • set your variables -number of records par page / starting page.
 
For how to use, customize and features you can view MyPagination Samples or Download the MyPagination Samples and Class.
 
For MyPagination Class full details go to: Class Properties , Class Methods , and Class Variables

1