Changeset 106 in bookmarks for trunk/lib/Bookmarks/Search.pm


Ignore:
Timestamp:
10/19/15 21:16:31 (9 years ago)
Author:
peter
Message:

#6: Added basic pagination to the bookmarks HTML list view.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Bookmarks/Search.pm

    r88 r106  
    1010has limit  => (is => 'ro'); 
    1111has offset => (is => 'ro'); 
     12has page   => (is => 'ro'); 
    1213 
    1314has results => (is => 'rw', default => sub { [] }); 
     15has pages => ( 
     16    is => 'rw', 
     17    isa => 'Data::Pageset', 
     18); 
    1419 
    1520# module return 
Note: See TracChangeset for help on using the changeset viewer.