It may generate redirected request using GET or POST HTTP method.
The function never returns.
public static redirect ( string $url, array $params = null, Zend_Controller_Response_Abstract $response = null, string $method = 'GET' ) | ||
$url | string | URL to redirect to |
$params | array | additional variable/value pairs to send |
$response | Zend_Controller_Response_Abstract | |
$method | string | redirection method ('GET' or 'POST') |