Re: [Dbix-class] Pagination Troubles

2009-03-11 Thread Jess Robinson
On Thu, 5 Feb 2009, fREW Schmidt wrote: Hi all! I am trying to paginate some results and I need to get the count of the full results. I tried to use count and that only gives the amount that are in the current result set. I tried to do this:

Re: [Dbix-class] Pagination Troubles

2009-02-07 Thread Jason Galea
Hi fREW, I would do something like: (not tested) sub basic_data { my $self = shift; my $params = shift; my $table = $params-{table}; my $search = $params-{search}; my $columns = $params-{columns}; use DBIx::Class::ResultClass::HashRefInflator; my $rs_full =