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

Index of all elements

[ a ] [ c ] [ e ] [ f ] [ g ] [ i ] [ j ] [ l ] [ n ] [ p ] [ r ] [ s ] [ t ]

a

AllTests
in file all_tests.php, method AllTests::AllTests()
AllTests
in file all_tests.php, class AllTests
all_tests.php
procedural page all_tests.php
top

c

CURRENT_FILENAME
in file Common.php, constant CURRENT_FILENAME
    Two constants used to guess the path- and file-name of the page
CURRENT_PATHNAME
in file Common.php, constant CURRENT_PATHNAME
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).
getPageData
in file Common.php, method Pager_Common::getPageData()
    Returns an array of current pages data
getPageIdByOffset
in file Jumping.php, method Pager_Jumping::getPageIdByOffset()
    Returns pageID for given offset
getPageIdByOffset
in file Common.php, method Pager_Common::getPageIdByOffset()
    Returns pageID for given offset
getPageIdByOffset
in file Sliding.php, method Pager_Sliding::getPageIdByOffset()
    "Overload" PEAR::Pager method. VOID. Not needed here...
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()
getPageRangeByPageId
in file Sliding.php, method Pager_Sliding::getPageRangeByPageId()
    Given a PageId, it returns the limits of the range of pages displayed.
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

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
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 pager_noData_test.php, variable TestOfPagerNoData::$pager
$pager
in file pager_jumping_test.php, variable TestOfPagerJumping::$pager
$pager
in file pager_sliding_notExpanded_test.php, variable TestOfPagerSlidingNotExpanded::$pager
$pager
in file pager_sliding_test.php, variable TestOfPagerSliding::$pager
$pager
in file pager_test.php, variable TestOfPager::$pager
$pager
in file pager_jumping_noData_test.php, variable TestOfPagerJumpingNoData::$pager
$pager
in file pager_sliding_noData_test.php, variable TestOfPagerSlidingNoData::$pager
Pager
in file Pager.php, method Pager::Pager()
    Constructor
Pager
in file Pager.php, class Pager
    Pager - Wrapper class for [Sliding|Jumping]-window Pager
Pager_Wrapper.php
procedural page Pager_Wrapper.php
Pager.php
procedural page Pager.php
pager_include.php
procedural page pager_include.php
pager_jumping_noData_test.php
procedural page pager_jumping_noData_test.php
pager_jumping_tests.php
procedural page pager_jumping_tests.php
pager_jumping_test.php
procedural page pager_jumping_test.php
pager_noData_test.php
procedural page pager_noData_test.php
pager_sliding_noData_test.php
procedural page pager_sliding_noData_test.php
pager_sliding_notExpanded_test.php
procedural page pager_sliding_notExpanded_test.php
pager_sliding_tests.php
procedural page pager_sliding_tests.php
pager_sliding_test.php
procedural page pager_sliding_test.php
pager_tests.php
procedural page pager_tests.php
pager_test.php
procedural page pager_test.php
PagerJumpingTests
in file pager_jumping_tests.php, class PagerJumpingTests
PagerJumpingTests
in file pager_jumping_tests.php, method PagerJumpingTests::PagerJumpingTests()
PagerSlidingTests
in file pager_sliding_tests.php, method PagerSlidingTests::PagerSlidingTests()
PagerSlidingTests
in file pager_sliding_tests.php, class PagerSlidingTests
PagerTests
in file pager_tests.php, method PagerTests::PagerTests()
PagerTests
in file pager_tests.php, class PagerTests
Pager_Common
in file Common.php, class Pager_Common
    Pager_Common - Common base class for [Sliding|Jumping] Window Pager
Pager_Jumping
in file Jumping.php, class Pager_Jumping
    Pager_Jumping - Jumping Window Pager
Pager_Jumping
in file Jumping.php, method Pager_Jumping::Pager_Jumping()
    Constructor
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)
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_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
simple_include.php
procedural page simple_include.php
setUp
in file pager_test.php, method TestOfPager::setUp()
setUp
in file pager_sliding_test.php, method TestOfPagerSliding::setUp()
setUp
in file pager_sliding_notExpanded_test.php, method TestOfPagerSlidingNotExpanded::setUp()
setUp
in file pager_jumping_test.php, method TestOfPagerJumping::setUp()
setUp
in file pager_jumping_noData_test.php, method TestOfPagerJumpingNoData::setUp()
setUp
in file pager_noData_test.php, method TestOfPagerNoData::setUp()
setUp
in file pager_sliding_noData_test.php, method TestOfPagerSlidingNoData::setUp()
SIMPLE_TEST
in file simple_include.php, constant SIMPLE_TEST
top

t

tearDown
in file pager_noData_test.php, method TestOfPagerNoData::tearDown()
tearDown
in file pager_test.php, method TestOfPager::tearDown()
tearDown
in file pager_jumping_test.php, method TestOfPagerJumping::tearDown()
tearDown
in file pager_sliding_noData_test.php, method TestOfPagerSlidingNoData::tearDown()
tearDown
in file pager_jumping_noData_test.php, method TestOfPagerJumpingNoData::tearDown()
tearDown
in file pager_sliding_test.php, method TestOfPagerSliding::tearDown()
tearDown
in file pager_sliding_notExpanded_test.php, method TestOfPagerSlidingNotExpanded::tearDown()
testAppendInvalid
in file pager_test.php, method TestOfPager::testAppendInvalid()
testAppendValid
in file pager_test.php, method TestOfPager::testAppendValid()
testCurrentPage
in file pager_test.php, method TestOfPager::testCurrentPage()
testCurrentPageID
in file pager_noData_test.php, method TestOfPagerNoData::testCurrentPageID()
testCurrentPageID
in file pager_test.php, method TestOfPager::testCurrentPageID()
testEscapeEntities
in file pager_test.php, method TestOfPager::testEscapeEntities()
testFirstPage
in file pager_noData_test.php, method TestOfPagerNoData::testFirstPage()
testFirstPage
in file pager_test.php, method TestOfPager::testFirstPage()
testGetPageData
in file pager_jumping_test.php, method TestOfPagerJumping::testGetPageData()
testGetPageData
in file pager_test.php, method TestOfPager::testGetPageData()
testGetPageData
in file pager_sliding_test.php, method TestOfPagerSliding::testGetPageData()
testGetPageData2
in file pager_jumping_test.php, method TestOfPagerJumping::testGetPageData2()
testGetPageData2
in file pager_sliding_test.php, method TestOfPagerSliding::testGetPageData2()
testGetPageData2
in file pager_test.php, method TestOfPager::testGetPageData2()
testGetPageData_OutOfRange
in file pager_jumping_test.php, method TestOfPagerJumping::testGetPageData_OutOfRange()
testGetPageData_OutOfRange
in file pager_test.php, method TestOfPager::testGetPageData_OutOfRange()
testGetPageData_OutOfRange
in file pager_sliding_test.php, method TestOfPagerSliding::testGetPageData_OutOfRange()
testLastPage
in file pager_test.php, method TestOfPager::testLastPage()
testLastPage
in file pager_noData_test.php, method TestOfPagerNoData::testLastPage()
testLastPageComplete
in file pager_test.php, method TestOfPager::testLastPageComplete()
testLastPageComplete
in file pager_noData_test.php, method TestOfPagerNoData::testLastPageComplete()
testNextPageID
in file pager_test.php, method TestOfPager::testNextPageID()
testNextPageID
in file pager_noData_test.php, method TestOfPagerNoData::testNextPageID()
testNumItems
in file pager_test.php, method TestOfPager::testNumItems()
testNumItems
in file pager_noData_test.php, method TestOfPagerNoData::testNumItems()
testNumPages
in file pager_test.php, method TestOfPager::testNumPages()
testNumPages
in file pager_noData_test.php, method TestOfPagerNoData::testNumPages()
testOffsetByPageId
in file pager_sliding_noData_test.php, method TestOfPagerSlidingNoData::testOffsetByPageId()
testOffsetByPageId
in file pager_jumping_noData_test.php, method TestOfPagerJumpingNoData::testOffsetByPageId()
testOffsetByPageId1
in file pager_test.php, method TestOfPager::testOffsetByPageId1()
testOffsetByPageId2
in file pager_test.php, method TestOfPager::testOffsetByPageId2()
testOffsetByPageId_outOfRange
in file pager_test.php, method TestOfPager::testOffsetByPageId_outOfRange()
TestOfPager
in file pager_test.php, method TestOfPager::TestOfPager()
TestOfPager
in file pager_test.php, class TestOfPager
TestOfPagerJumping
in file pager_jumping_test.php, class TestOfPagerJumping
TestOfPagerJumping
in file pager_jumping_test.php, method TestOfPagerJumping::TestOfPagerJumping()
TestOfPagerJumpingNoData
in file pager_jumping_noData_test.php, class TestOfPagerJumpingNoData
TestOfPagerJumpingNoData
in file pager_jumping_noData_test.php, method TestOfPagerJumpingNoData::TestOfPagerJumpingNoData()
TestOfPagerNoData
in file pager_noData_test.php, class TestOfPagerNoData
TestOfPagerNoData
in file pager_noData_test.php, method TestOfPagerNoData::TestOfPagerNoData()
TestOfPagerSliding
in file pager_sliding_test.php, class TestOfPagerSliding
TestOfPagerSliding
in file pager_sliding_test.php, method TestOfPagerSliding::TestOfPagerSliding()
TestOfPagerSlidingNoData
in file pager_sliding_noData_test.php, class TestOfPagerSlidingNoData
TestOfPagerSlidingNoData
in file pager_sliding_noData_test.php, method TestOfPagerSlidingNoData::TestOfPagerSlidingNoData()
TestOfPagerSlidingNotExpanded
in file pager_sliding_notExpanded_test.php, class TestOfPagerSlidingNotExpanded
TestOfPagerSlidingNotExpanded
in file pager_sliding_notExpanded_test.php, method TestOfPagerSlidingNotExpanded::TestOfPagerSlidingNotExpanded()
testPageIdByOffset
in file pager_jumping_noData_test.php, method TestOfPagerJumpingNoData::testPageIdByOffset()
testPageIdByOffset
in file pager_sliding_noData_test.php, method TestOfPagerSlidingNoData::testPageIdByOffset()
testPageIdByOffset1
in file pager_jumping_test.php, method TestOfPagerJumping::testPageIdByOffset1()
testPageIdByOffset2
in file pager_jumping_noData_test.php, method TestOfPagerJumpingNoData::testPageIdByOffset2()
testPageIdByOffset3
in file pager_jumping_noData_test.php, method TestOfPagerJumpingNoData::testPageIdByOffset3()
testPageIdByOffset5
in file pager_jumping_test.php, method TestOfPagerJumping::testPageIdByOffset5()
testPageIdByOffset6
in file pager_jumping_test.php, method TestOfPagerJumping::testPageIdByOffset6()
testPageRangeByPageId1
in file pager_sliding_notExpanded_test.php, method TestOfPagerSlidingNotExpanded::testPageRangeByPageId1()
testPageRangeByPageId1
in file pager_sliding_test.php, method TestOfPagerSliding::testPageRangeByPageId1()
testPageRangeByPageId1
in file pager_jumping_test.php, method TestOfPagerJumping::testPageRangeByPageId1()
testPageRangeByPageId2
in file pager_jumping_test.php, method TestOfPagerJumping::testPageRangeByPageId2()
testPageRangeByPageId2
in file pager_sliding_test.php, method TestOfPagerSliding::testPageRangeByPageId2()
testPageRangeByPageId2
in file pager_sliding_notExpanded_test.php, method TestOfPagerSlidingNotExpanded::testPageRangeByPageId2()
testPageRangeByPageId3
in file pager_sliding_notExpanded_test.php, method TestOfPagerSlidingNotExpanded::testPageRangeByPageId3()
testPageRangeByPageId3
in file pager_jumping_test.php, method TestOfPagerJumping::testPageRangeByPageId3()
testPageRangeByPageId4
in file pager_sliding_notExpanded_test.php, method TestOfPagerSlidingNotExpanded::testPageRangeByPageId4()
testPageRangeByPageId4
in file pager_sliding_test.php, method TestOfPagerSliding::testPageRangeByPageId4()
testPageRangeByPageId9
in file pager_sliding_notExpanded_test.php, method TestOfPagerSlidingNotExpanded::testPageRangeByPageId9()
testPageRangeByPageId10
in file pager_sliding_notExpanded_test.php, method TestOfPagerSlidingNotExpanded::testPageRangeByPageId10()
testPageRangeByPageId11
in file pager_sliding_notExpanded_test.php, method TestOfPagerSlidingNotExpanded::testPageRangeByPageId11()
testPageRangeByPageId_outOfRange
in file pager_sliding_test.php, method TestOfPagerSliding::testPageRangeByPageId_outOfRange()
testPageRangeByPageId_outOfRange
in file pager_sliding_notExpanded_test.php, method TestOfPagerSlidingNotExpanded::testPageRangeByPageId_outOfRange()
testPageRangeByPageId_outOfRange
in file pager_jumping_test.php, method TestOfPagerJumping::testPageRangeByPageId_outOfRange()
testPrevPageID
in file pager_test.php, method TestOfPager::testPrevPageID()
testPrevPageID
in file pager_noData_test.php, method TestOfPagerNoData::testPrevPageID()
testSelectBox
in file pager_test.php, method TestOfPager::testSelectBox()
testSelectBoxInvalid
in file pager_test.php, method TestOfPager::testSelectBoxInvalid()
testSelectBoxWithShowAll
in file pager_test.php, method TestOfPager::testSelectBoxWithShowAll()
testSelectBoxWithShowAllAndText
in file pager_test.php, method TestOfPager::testSelectBoxWithShowAllAndText()
testSelectBoxWithShowAllWithExtraAttribs
in file pager_test.php, method TestOfPager::testSelectBoxWithShowAllWithExtraAttribs()
testSelectBoxWithString
in file pager_test.php, method TestOfPager::testSelectBoxWithString()
TEST_RUNNING
in file all_tests.php, constant TEST_RUNNING
top

Documentation generated on Fri, 4 Feb 2005 05:20:11 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.