Ver Mensaje Individual
  #6 (permalink)  
Antiguo 04/11/2010, 10:30
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 5 meses
Puntos: 2135
Respuesta: Problema con Zend_Auth

Seguramente hacen algo así:
Código PHP:
Ver original
  1. $Storage = $Auth->getStorage();
  2. $Storage->write($authAdapter->getResultRowObject());

Con eso guardan el row en lugar de solo el identity.

Saludos.