function createFatalRedirectRequest( ezcMvcRequest $request,
ezcMvcResult $result,
Exception $response )
{
// check for $response and print out an error message
// that will avoid developers headaches when they try the
// MVC example the first time
$req = clone $request;
$req->uri = '/FATAL';
return $req;
}
Environment:
Operating System:
PHP Version: (please be specific, like '4.4.3' or '5.1.5')
Database and version:
Browser (and version):