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

Zend_Debug::dump($this->getRequest()->isPost());
me devuelve : bool(true)

y en esto:
Zend_Debug::dump($this->getRequest()->getPost());

array(4) {
["nombre"] => string(2) "dd"
["apellido"] => string(2) "dd"
["domicilio"] => string(0) ""
["submit"] => string(2) "as"
}