redireccion con router de zend por parámetros
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
#3
protected function _initRouter() { $this->bootstrap('frontController'); $front = $this->getResource('frontController'); $router = $front->getRouter(); $router->addRoute('testToForward', new Zend_Controller_Router_Route( ':parameter', array( 'controller' => 'index', 'action' => 'forward', }