[Dbix-class] Changing pagers

Jonathan Rockway jon at jrock.us
Tue Feb 12 23:15:46 GMT 2008


* On Tue, Feb 12 2008, Dan Horne wrote:
> Dan Horne said:
>> Hi
>>
>> Is there a simple way of changing the result set Pager? I'd like to use
>> Data::Page::Navigation instead of Data::Page
>>
>
> No takers?

Read the source code for Data::Page::Navigation:

http://search.cpan.org/src/KAZEBURO/Data-Page-Navigation-0.03/lib/Data/Page/Navigation.pm

As soon as you load that module, it immediately affects every instance
of Data::Page.  Poor programming practice, but convenient in this case.

Regards,
Jonathan Rockway



More information about the DBIx-Class mailing list