[Catalyst] Where has Maypole's pager gone?
Marcus Ramberg
marcus at thefeed.no
Thu Apr 28 14:40:27 CEST 2005
Hey Will.
Catalyst is somewhat less focused on CRUD than Maypole, so we let you
roll your own pager functionality as required by your application,
thus our CRUD example is somewhat minimal. However, you can check out
Hops (http://simonf.com/catalyst/) for a more complete crud example.
Meanwhile, you can use any of the pagers that exist for Class::DBI,
(Class::DBI::Pager and Class::DBI::Plugin::Pager), or you can check
out the newly released Catalyst::Model::CDBI::Sweet, which includes a
fast pager implementation as well.
HTH,
With regards,
Marcus Ramberg
On Apr 28, 2005, at 2:06 PM, Will Hawes wrote:
> I have several db tables with thousands of records. The pager
> functionality in
> Maypole (using Class::DBI::Pager) allows me to limit how many are
> displayed at
> once, but this doesn't seem to be included with Catalyst. So by
> default I can
> only display a page containing several thousand records. Is there a
> Catalyst
> plugin that provides the functionality? If not, is it likely to be
> introduced
> any time soon? It seems inconceivable that this essential Maypole
> feature would
> have been ommitted from Catalyst.
>
> Regards
>
> WH
>
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
>
More information about the Catalyst
mailing list