Zend Framework
1.12
|
Public Member Functions | |
setView (Zend_View_Interface $view) | |
Sets the view instance. | |
paginationControl (Zend_Paginator $paginator=null, $scrollingStyle=null, $partial=null, $params=null) | |
Render the provided pages. | |
Static Public Member Functions | |
static | setDefaultViewPartial ($partial) |
Sets the default view partial. | |
static | getDefaultViewPartial () |
Gets the default view partial. | |
Public Attributes | |
$view = null | |
Static Protected Attributes | |
static | $_defaultViewPartial = null |
|
static |
Gets the default view partial.
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).
Zend_Paginator | (Optional) $paginator | |
string | $scrollingStyle | (Optional) Scrolling style |
string | $partial | (Optional) View partial |
array | string | $params | (Optional) params to pass to the partial |
Zend_View_Exception |
|
static |
Sets the default view partial.
string | array | $partial | View partial |
setView | ( | Zend_View_Interface | $view | ) |
Sets the view instance.
Zend_View_Interface | $view | View instance |
|
staticprotected |
$view = null |