Ver Mensaje Individual
  #6 (permalink)  
Antiguo 16/02/2010, 10:15
principianteZF
 
Fecha de Ingreso: octubre-2009
Mensajes: 240
Antigüedad: 14 años, 6 meses
Puntos: 6
Respuesta: BaseUrl en zend framework

Gracias GatorV.
Ayer instale la version 1.10.1
Y me funcionó de esta forma, lo dejo por si a alguien le sirve.
Código PHP:
protected function _initBaseUrl() {
       
       
$this->bootstrap('view');        
       
$view $this->getResource('view'); 
       
$view->getHelper('BaseUrl')->setBaseUrl('http://miproyecto');