Código php:
Ver original$router = $frontController->getRouter();
$router->addRoute(
'noticias',
new Zend_Controller_Router_Route('noticias/ver/:id',
array('controller' => 'index', 'action' => 'verAction',
'module' => 'news'
)
)
);
Prueba así.
Saludos.