Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/02/2011, 10:18
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: Sesiones Zend Framework

Te dejo dos referencias http://weierophinney.net/matthew/arc...Framework.html y esta algo mas avanzada http://weierophinney.net/matthew/arc...e-Widgets.html, te comento abimaelrc que es recomendación de Zend, inicializar la sesión en el bootstrap, deberías tener algo así:

Código PHP:
Ver original
  1. protected function _initSession()
  2. {
  3.    Zend_Session::start();
  4. }

te evita problemas cuando utilices los namespaces.

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