XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct ($total_items, $items_perpage, $current_start, $start_name='start', $extra_arg='') | |
renderNav ($offset=4) | |
renderSelect ($showbutton=false) | |
renderImageNav ($offset=4) | |
Data Fields | |
$total | |
$perpage | |
$current | |
$url | |
Definition at line 16 of file pagenav.php.
__construct | ( | $total_items, | |
$items_perpage, | |||
$current_start, | |||
$start_name = 'start', | |||
$extra_arg = '' ) |
#- Constructor
int | $total_items | Total number of items |
int | $items_perpage | Number of items per page |
int | $current_start | First item on the current page |
string | $start_name | Name for "start" or "offset" |
string | $extra_arg | Additional arguments to pass in the URL |
Definition at line 36 of file pagenav.php.
renderImageNav | ( | $offset = 4 | ) |
Create navigation with images
int | $offset |
Definition at line 132 of file pagenav.php.
renderNav | ( | $offset = 4 | ) |
Create text navigation
int | $offset |
Definition at line 53 of file pagenav.php.
renderSelect | ( | $showbutton = false | ) |
Create a navigational dropdown list
bool | $showbutton | Show the "Go" button? |
Definition at line 97 of file pagenav.php.
$current |
Definition at line 23 of file pagenav.php.
$perpage |
Definition at line 22 of file pagenav.php.
$total |
#+ @access private
Definition at line 21 of file pagenav.php.
$url |
Definition at line 24 of file pagenav.php.