Zend Framework
1.12
|
Public Member Functions | |
__construct () | |
Constructor. | |
resetObjects () | |
Reset object states. | |
action ($action, $controller, $module=null, array $params=array()) | |
Retrieve rendered contents of a controller action. | |
cloneView () | |
Clone the current View. | |
![]() | |
setView (Zend_View_Interface $view) | |
Set the View object. | |
direct () | |
Strategy pattern: currently unutilized. | |
Public Attributes | |
$defaultModule | |
$dispatcher | |
$request | |
$response | |
![]() | |
$view = null | |
__construct | ( | ) |
Constructor.
Grab local copies of various MVC objects
action | ( | $action, | |
$controller, | |||
$module = null , |
|||
array | $params = array() |
||
) |
Retrieve rendered contents of a controller action.
If the action results in a forward or redirect, returns empty string.
string | $action | |
string | $controller | |
string | $module | Defaults to default module |
array | $params |
cloneView | ( | ) |
Clone the current View.
resetObjects | ( | ) |
Reset object states.
$defaultModule |
$dispatcher |
$request |
$response |