PHP Classes

SplitPageResult: Splitting pages in Interbase/non MySQL DB

Recommend this page to a friend!
  Info   View files View files (1)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 569 This week: 1All time: 5,385 This week: 560Up
Version License Categories
splitpageresult 1.0GNU General Publi...Databases
Description 

Author

This is a class for splitting Interbase/Firebird/non MySQL database query results in multiple pages.

As you may know, with the 'LIMIT' clause supported in MySQL SQL syntax, it is easy to paginate data. Since other databases do not support this clause, it is difficult to split large query result sets.

This class uses a loop to skip result set rows according to the number of the that is specified, so you can get the desire result set rows.

If your database is not Interbase, the class may also be used just by making a litte modification (it only uses PHP standard database functions of your DB to change ibase_query, ibase_fetch_row, ibase_fetch_object).

Picture of Kelvin Ma
Name: Kelvin Ma <contact>
Classes: 1 package by
Country: Canada Canada
Age: ???
All time rank: 312967 in Canada Canada
Week rank: 411 Up10 in Canada Canada Up

  Files folder image Files  
File Role Description
Plain text file class_splitpage.php Class source code and example

 Version Control Unique User Downloads Download Rankings  
 0%
Total:569
This week:1
All time:5,385
This week:560Up