Ver Mensaje Individual
  #6 (permalink)  
Antiguo 03/03/2011, 09:46
tracert_si
 
Fecha de Ingreso: diciembre-2010
Mensajes: 57
Antigüedad: 13 años, 4 meses
Puntos: 0
Respuesta: Problemas para hacer modificaciones

Disculpen mi ignorancia, ya lo hice, pero me salen otros errores, esto es lo que hice:

public function getIdclientes ()
{
return $this->_idclientes;
}


public function populate($row)
{
if (isset ($row->id)) {
$this->setId($row->id);
}

}

y me sale este error:

Catchable fatal error: Argument 1 passed to Zend_Form::populate() must be an array, null given, called in /var/www/qaz/application/controllers/ClientesController.php on line 74 and defined in /var/www/qaz/library/Zend/Form.php on line 2023