Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/04/2010, 08:27
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Problemas con Zend_DB_Table

Si tu haces un insert() dentro de un DbTable el valor de retorno es el id autoincrementado:
Código PHP:
Ver original
  1. $id = $this->insert($data);

Saludos.