Detailed Description
Definition at line 28 of file PaginationControl.php.
Member Function Documentation
static getDefaultViewPartial |
( |
) |
[static] |
paginationControl |
( |
Zend_Paginator $ |
paginator = null , |
|
|
$ |
scrollingStyle = null , |
|
|
$ |
partial = null , |
|
|
$ |
params = null |
|
) |
| |
Render the provided pages. This checks if $view->paginator is set and, if so, uses that. Also, if no scrolling style or partial are specified, the defaults will be used (if set).
- Parameters:
-
| Zend_Paginator | (Optional) $paginator |
string | $scrollingStyle | (Optional) Scrolling style |
string | $partial | (Optional) View partial |
array | string | $params | (Optional) params to pass to the partial |
- Returns:
- string
- Exceptions:
-
- See also:
- Zend_View_Exception
-
Zend_View_Exception
-
Zend_View_Exception
Definition at line 88 of file PaginationControl.php.
static setDefaultViewPartial |
( |
$ |
partial ) |
[static] |
Sets the default view partial.
- Parameters:
-
string | $partial | View partial |
Definition at line 61 of file PaginationControl.php.
The documentation for this class was generated from the following file: