freebsd-ports/databases/p5-Class-DBI-Pager/pkg-descr
Kirill Ponomarev b58aec0ab3 New port databases/p5-Class-DBI-Pager
Class::DBI::Pager is a plugin for Class::DBI, which glues
Data::Page with Class::DBI.

PR:		54723
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	fjoe (mentor)
2003-07-22 14:23:35 +00:00

11 lines
402 B
Text

Class::DBI::Pager is a plugin for Class::DBI, which glues Data::Page with
Class::DBI. This module reduces your work a lot, for example when you have to
do something like:
* retrieve objects from a database
* display objects with 20 items per page
In addition, your work will be reduced more, when you use Template-Toolkit as
your templating engine
WWW: http://search.cpan.org/dist/Class-DBI-Pager/