Group
Extension

Matches 1

Catalyst-TraitFor-Controller-DoesExtPaging ( F/FR/FREW/Catalyst-TraitFor-Controller-DoesExtPaging-1.000001.tar.gz, FREW, 2013; MetaCPAN )
Catalyst-TraitFor-Controller-DoesExtPaging/lib/Catalyst/TraitFor/Controller/DoesExtPaging.pm ( view source; MetaCPAN )
;

  sub people :Local {
     # ...
     my $json = $self->ext_paginate($paginated_rs);
     # ...
  }

  sub people_lite :Local {
     # ...
     my $json = $self->ext_paginate($paginated_rs, sub {
 
   my $json = $self->ext_paginate($paginated_rs, 'foo');
     # ...
  }

  sub programmers_do_it_by_hand :Local {
     # ...
     my $data = [qw{foo bar baz}];
     my $total = 10;
     my $json = $se
ogrammers_do_it_by_hand_partially :Local {
     # ...
     my $data = [qw{foo bar baz}];
     my $json = $self->ext_parcel($data);
     # ...
  }

=head1 DESCRIPTION

This module is mostly for sending

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.