Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/03/2011, 09:42
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: [Zend] Front en Bootstrap

Tal cual esta no te funciona ?, igual te comento que se puede hacer de la siguente manera:
Código PHP:
Ver original
  1. //Bootstrap.php
  2. protected _initFoo()
  3. {
  4.    $this->bootstrap('frontController');
  5.    $fc = $this->getResource('frontController');
  6.    ...
  7. }

Saludos.
__________________
http://es.phptherightway.com/
thats us riders :)