Index of all elements
[ a ]
[ c ]
[ e ]
[ f ]
[ g ]
[ i ]
[ j ]
[ l ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
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
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
top
top
top
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
top
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.
|
|