PHP Classes

Classes of Adomas Žiaušys

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Adomas Žiaušys (1)  >  Mission progress status  >  Reputation  
Picture of Adomas Žiaušys
Name: Adomas Žiaušys <contact>
Classes: 1
Country: Lithuania Lithuania
Age: 38
All time rank: 9857 in Lithuania Lithuania
Week rank: 190 Up1 in Lithuania Lithuania Up
All time users: 3239
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image MySQL Paging  
Split MySQL database query results into pages
This is a simple class that can return a MySQL database query results for spliting into multiple pages given the maximum number of result rows to present on each page.

Its usage is simple:

- Create a class object with 3 arguments: MySQL SQL query, limit of records per page, MySQL connection handle
- Output the page numbers as links
- Retriev the MySQL Query for results for retriving the results for the current page


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z