92266c5224
Approved by: portmgr (blanket)
8 lines
346 B
Text
8 lines
346 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: https://pear.php.net/package/DB_Pager
|