Ver Mensaje Individual
  #5 (permalink)  
Antiguo 20/06/2013, 18:24
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: Como implementar widgets en ZF v 1.12

Hace mucho que no toco zf1 pero sino recuerdo mal deberías ser capaz de hacerlo a través de resources.view.scriptPath, intenta asignarle un array con los path's

Código INI:
Ver original
  1. resources.view.scriptPath[] = 'foo/path'
  2. resources.view.scriptPath[] = 'bar/path'

o asi talvez

Código INI:
Ver original
  1. resources.view.scriptPath.foo = 'foo/path'
  2. resources.view.scriptPath.bar = 'bar/path'

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