Login   Register  
PHP Classes
elePHPant
Icontem

SplitPageResult

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Kelvin Ma  >  SplitPageResult  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: SplitPageResult
Base name: splitpageresult
Description: Splitting pages in Interbase/non MySQL DB
Related classes: , , ,
Version: -
PHP version: -
License: GNU General Public License (GPL)
All time users: 542 users
All time rank: 4400
Week users: 0 users
Week rank: 2590
 

  Author  
Picture of Kelvin Ma
Name: Kelvin Ma <e-mail contact>
Packages: 1 Browse all classes by Kelvin Ma Browse all classes by
Country: Canada Canada - PHP jobs in Canada
Age: ???
All time rank: 249558 in Canada Canada
Week rank: 2212 Up52 in Canada Canada Up


  Detailed description  
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).

  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image Databases Database management, accessing and searching View top rated classes


  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file class_splitpage.php Class source code and example

Download all files: splitpageresult.tar.gz splitpageresult.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.