[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/administrator/includes/ -> pageNavigation.php (summary)

(no description)

Author: Mambo Foundation Inc see README.php
Copyright: (C) 2000 - 2009 Mambo Foundation Inc.
License: GNU/GPL Version 2, see LICENSE.php
File Size: 186 lines (7 kb)
Included or required: 3 times
Referenced: 5 times
Includes or requires: 0 files

Defines 1 class

mosPageNav:: (11 methods):
  mosPageNav()
  getLimitBox()
  writeLimitBox()
  writePagesCounter()
  getPagesCounter()
  writePagesLinks()
  getPagesLinks()
  getListFooter()
  rowNumber()
  orderUpIcon()
  orderDownIcon()


Class: mosPageNav  - X-Ref

Page navigation support class

mosPageNav( $total, $limitstart, $limit )   X-Ref
No description

getLimitBox()   X-Ref

return: string The html for the limit # input box

writeLimitBox()   X-Ref
Writes the html limit # input box


writePagesCounter()   X-Ref
No description

getPagesCounter()   X-Ref

return: string The html for the pages counter, eg, Results 1-10 of x

writePagesLinks()   X-Ref
Writes the html for the pages counter, eg, Results 1-10 of x


getPagesLinks()   X-Ref

return: string The html links for pages, eg, previous, next, 1 2 3 ... x

getListFooter()   X-Ref
No description

rowNumber( $i )   X-Ref

param: int The row index
return: int

orderUpIcon( $i, $condition=true, $task='orderup' )   X-Ref

param: int The row index
param: string The task to fire
param: string The alt text for the icon
return: string

orderDownIcon( $i, $n, $condition=true, $task='orderdown' )   X-Ref

param: int The row index
param: int The number of items in the list
param: string The task to fire
param: string The alt text for the icon
return: string