Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
302 B
Plaintext
7 lines
302 B
Plaintext
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.
|