mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
c0d79077f7
data display in a web application. Based on given resultset size, page size, and offset value sensed from current URI, it constructs links for navigation between results pages. It can be used conveniently from a templating system, has both OO and functional interface, and can optionally generate necessary HTML itself. WWW: http://search.cpan.org/dist/CGI-Pager/
12 lines
435 B
Plaintext
12 lines
435 B
Plaintext
CGI::Pager performs the "dirty work" necessary to program paginated
|
|
data display in a web application.
|
|
|
|
Based on given resultset size, page size, and offset value sensed from
|
|
current URI, it constructs links for navigation between results pages.
|
|
|
|
It can be used conveniently from a templating system, has both OO and
|
|
functional interface, and can optionally generate necessary HTML
|
|
itself.
|
|
|
|
WWW: http://search.cpan.org/dist/CGI-Pager/
|