blob: c759dd82f1767997a56d2bc9eba3376cb05ef005 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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
|