better pod
This commit is contained in:
parent
5b9b2d332c
commit
9b5d602573
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Package that paginates rows of arbitrary data for display on the web.
|
|||
=head1 SYNOPSIS
|
||||
|
||||
use WebGUI::Paginator;
|
||||
$p = WebGUI::Paginator->new($self->session,"/index.pl/page_name?this=that");
|
||||
$p = WebGUI::Paginator->new($self->session,$self->getUrl('thisParameter=thatValue'));
|
||||
$p->setDataByArrayRef(\@array);
|
||||
$p->setDataByQuery($sql);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue