9 lines
345 B
Text
9 lines
345 B
Text
|
DB_Pager retrieve and return information of database result sets.
|
||
|
|
||
|
This class handles all the stuff needed for displaying
|
||
|
paginated results from a database query of Pear DB.
|
||
|
including fetching only the needed rows and giving extensive information
|
||
|
for helping build an HTML or GTK query result display.
|
||
|
|
||
|
WWW: http://pear.php.net/package/DB_Pager
|