previousPager::getNextPageID (Previous) (Next) Pager::getPageDatanext

View this page in Last updated: Tue, 02 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Pager::getOffsetByPageId

Pager::getOffsetByPageId() – Returns offsets for given pageID.

Synopsis

require_once 'Pager.php';

array Pager::getOffsetByPageId ( integer $pageid = null )

Description

Returns offsets for given pageID . Eg, if you pass it pageID one and your perPage limit is 10 it will return (1, 10). pageID =2 would give you (11, 20).

if the method is called without parameter, pageID is set to currentPage

Parameter

  • integer $pageid - PageID to get offsets for

Return value

return array with first and last offsets

Deprecated

deprecated

previousPager::getNextPageID (Previous) (Next) Pager::getPageDatanext

Download Documentation Last updated: Tue, 02 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.