Definition at line 22 of file pagenav.php.
| XoopsPageNav::renderImageNav |
( |
|
$offset = 4 | ) |
|
Create navigation with images
- Parameters
-
- Returns
- string
Definition at line 145 of file pagenav.php.
References $next, and $ret.
| XoopsPageNav::renderNav |
( |
|
$offset = 4 | ) |
|
Create text navigation
- Parameters
-
- Returns
- string
Definition at line 64 of file pagenav.php.
References $next, and $ret.
| XoopsPageNav::renderSelect |
( |
|
$showbutton = false | ) |
|
Create a navigational dropdown list
- Parameters
-
| boolean | $showbutton | Show the "Go" button? |
- Returns
- string
Definition at line 110 of file pagenav.php.
References $ret, and _GO.
| XoopsPageNav::XoopsPageNav |
( |
|
$total_items, |
|
|
|
$items_perpage, |
|
|
|
$current_start, |
|
|
|
$start_name = "start", |
|
|
|
$extra_arg = "" |
|
) |
| |
*#@- Constructor
- Parameters
-
| 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 46 of file pagenav.php.
References $_SERVER.
The documentation for this class was generated from the following file: