16/03/2011, 09:50
|
| | Fecha de Ingreso: diciembre-2010
Mensajes: 57
Antigüedad: 13 años, 11 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"
} |