NAME
Teng::Plugin::Pager - Pager
SYNOPSIS
DESCRIPTION
This is a helper for pagination.
This pager fetches "entries_per_page + 1" rows. And detect "this page has a next page or not".
METHODS
- my (\@rows, $pager) = $db->search_with_pager($table_name, \%where, \%opts)
-
Select from database with pagination.
The arguments are mostly same as
$db-
search()>. But two additional options are available.This method returns ArrayRef[Teng::Row] and instance of Data::Page::NoTotalEntries.