better pod

This commit is contained in:
Matthew Wilson 2006-05-07 14:27:59 +00:00
parent 5b9b2d332c
commit 9b5d602573

View file

@ -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);