Pager
[ class tree: Pager ] [ index: Pager ] [ all elements ]

Element index for package Pager

[ b ] [ c ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ n ] [ p ] [ r ] [ s ]

b

build
in file Common.php, method Pager_Common::build()
    Generate or refresh the links and paged data after a call to setOptions()
top

c

Common.php
procedural page Common.php
top

e

errorMessage
in file Common.php, method Pager_Common::errorMessage()
    Return a textual error message for a PAGER error code
ERROR_PAGER
in file Common.php, constant ERROR_PAGER
ERROR_PAGER_INVALID
in file Common.php, constant ERROR_PAGER_INVALID
ERROR_PAGER_INVALID_PLACEHOLDER
in file Common.php, constant ERROR_PAGER_INVALID_PLACEHOLDER
ERROR_PAGER_INVALID_USAGE
in file Common.php, constant ERROR_PAGER_INVALID_USAGE
ERROR_PAGER_NOT_IMPLEMENTED
in file Common.php, constant ERROR_PAGER_NOT_IMPLEMENTED
example.php
procedural page example.php
top

f

factory
in file Pager.php, method Pager::factory()
    Return a pager based on $mode and $options
top

g

getCurrentPageID
in file Common.php, method Pager_Common::getCurrentPageID()
    Returns ID of current page
getLinks
in file Sliding.php, method Pager_Sliding::getLinks()
    Returns back/next/first/last and page links, both as ordered and associative array.
getLinks
in file Common.php, method Pager_Common::getLinks()
    Returns back/next/first/last and page links, both as ordered and associative array.
getLinks
in file Jumping.php, method Pager_Jumping::getLinks()
    Returns back/next/first/last and page links, both as ordered and associative array.
getNextPageID
in file Common.php, method Pager_Common::getNextPageID()
    Returns next page ID. If current page is last page this function returns FALSE
getOffsetByPageId
in file Common.php, method Pager_Common::getOffsetByPageId()
    Returns offsets for given pageID. Eg, if you pass it pageID one and your perPage limit is 10 it will return (1, 10). PageID of 2 would give you (11, 20).
getOption
in file Common.php, method Pager_Common::getOption()
    Return the current value of a given option
getOptions
in file Common.php, method Pager_Common::getOptions()
    Return an array with all the current pager options
getPageData
in file Common.php, method Pager_Common::getPageData()
    Returns an array of current pages data
getPageIdByOffset
in file Sliding.php, method Pager_Sliding::getPageIdByOffset()
    "Overload" PEAR::Pager method. VOID. Not needed here...
getPageIdByOffset
in file Common.php, method Pager_Common::getPageIdByOffset()
    Returns pageID for given offset
getPageIdByOffset
in file Jumping.php, method Pager_Jumping::getPageIdByOffset()
    Returns pageID for given offset
getPageRangeByPageId
in file Jumping.php, method Pager_Jumping::getPageRangeByPageId()
    Given a PageId, it returns the limits of the range of pages displayed.
getPageRangeByPageId
in file Common.php, method Pager_Common::getPageRangeByPageId()
    Given a PageId, it returns the limits of the range of pages displayed.
getPageRangeByPageId
in file Sliding.php, method Pager_Sliding::getPageRangeByPageId()
    Given a PageId, it returns the limits of the range of pages displayed.
getPageSelectBox
in file Common.php, method Pager_Common::getPageSelectBox()
    Returns a string with a XHTML SELECT menu with the page numbers, useful as an alternative to the links
getPageSelectBox
in file HtmlWidgets.php, method Pager_HtmlWidgets::getPageSelectBox()
    Returns a string with a XHTML SELECT menu with the page numbers, useful as an alternative to the links
getPerPageSelectBox
in file HtmlWidgets.php, method Pager_HtmlWidgets::getPerPageSelectBox()
    Returns a string with a XHTML SELECT menu,
getPerPageSelectBox
in file Common.php, method Pager_Common::getPerPageSelectBox()
    Returns a string with a XHTML SELECT menu,
getPreviousPageID
in file Common.php, method Pager_Common::getPreviousPageID()
    Returns previous page ID. If current page is first page this function returns FALSE
top

h

HtmlWidgets.php
procedural page HtmlWidgets.php
top

i

isFirstPage
in file Common.php, method Pager_Common::isFirstPage()
    Returns whether current page is first page
isLastPage
in file Common.php, method Pager_Common::isLastPage()
    Returns whether current page is last page
isLastPageComplete
in file Common.php, method Pager_Common::isLastPageComplete()
    Returns whether last page is complete
top

j

Jumping.php
procedural page Jumping.php
top

l

$links
in file Common.php, variable Pager_Common::$links
$linkTags
in file Common.php, variable Pager_Common::$linkTags
$linkTagsRaw
in file Common.php, variable Pager_Common::$linkTagsRaw
top

n

numItems
in file Common.php, method Pager_Common::numItems()
    Returns number of items
numPages
in file Common.php, method Pager_Common::numPages()
    Returns number of pages
top

p

$pager
in file HtmlWidgets.php, variable Pager_HtmlWidgets::$pager
Pager
in file Pager.php, class Pager
    Pager - Wrapper class for [Sliding|Jumping]-window Pager Usage examples can be found in the PEAR manual
Pager
in file Pager.php, method Pager::Pager()
    Constructor
Pager_Wrapper.php
procedural page Pager_Wrapper.php
Pager.php
procedural page Pager.php
Pager.php
procedural page Pager.php
Pager_Common
in file Common.php, class Pager_Common
    Pager_Common - Common base class for [Sliding|Jumping] Window Pager Extend this class to write a custom paging class
PAGER_CURRENT_FILENAME
in file Common.php, constant PAGER_CURRENT_FILENAME
    Two constants used to guess the path- and file-name of the page
PAGER_CURRENT_PATHNAME
in file Common.php, constant PAGER_CURRENT_PATHNAME
Pager_HtmlWidgets
in file HtmlWidgets.php, method Pager_HtmlWidgets::Pager_HtmlWidgets()
    Constructor
Pager_HtmlWidgets
in file HtmlWidgets.php, class Pager_HtmlWidgets
    Pager_HtmlWidgets
Pager_Jumping
in file Jumping.php, method Pager_Jumping::Pager_Jumping()
    Constructor
Pager_Jumping
in file Jumping.php, class Pager_Jumping
    Pager_Jumping - Generic data paging class ("jumping window" style) Handles paging a set of data. For usage see the example.php provided.
PAGER_OK
in file Common.php, constant PAGER_OK
    Error codes
Pager_Sliding
in file Sliding.php, method Pager_Sliding::Pager_Sliding()
    Constructor
Pager_Sliding
in file Sliding.php, class Pager_Sliding
    Pager_Sliding - Generic data paging class ("sliding window" style) Usage examples can be found in the PEAR manual
Pager_Wrapper_DB
in file Pager_Wrapper.php, function Pager_Wrapper_DB()
Pager_Wrapper_DBDO
in file Pager_Wrapper.php, function Pager_Wrapper_DBDO()
Pager_Wrapper_Eclipse
in file Pager_Wrapper.php, function Pager_Wrapper_Eclipse()
Pager_Wrapper_MDB
in file Pager_Wrapper.php, function Pager_Wrapper_MDB()
Pager_Wrapper_MDB2
in file Pager_Wrapper.php, function Pager_Wrapper_MDB2()
top

r

$range
in file Common.php, variable Pager_Common::$range
top

s

Sliding.php
procedural page Sliding.php
setOptions
in file Common.php, method Pager_Common::setOptions()
    Set and sanitize options
top

Documentation generated on Mon, 11 Mar 2019 15:57:14 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.