Formas hay muchas pero si utilizas
_redirect puedes pasar como segundo parámetro las opciones:
Código PHP:
Ver original$this->_redirect
('/event/single', array('event' => $eventId, 'user' => $userId));
aunque personalmente haría algo así:
Código PHP:
Ver original$this->_helper
->redirector->gotoSimpleAndExit('single', 'event', null, array('event' => $eventId, 'user' => $userId));