Ver Mensaje Individual
  #12 (permalink)  
Antiguo 06/10/2009, 15:10
tucuguara
 
Fecha de Ingreso: septiembre-2009
Mensajes: 27
Antigüedad: 14 años, 7 meses
Puntos: 0
Respuesta: problema validar con zend form

Hola gatorV! probe el dump y me arroja esto

object(Zend_Controller_Request_Http)#30 (15) {
["_paramSources:protected"] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri:protected"] => string(26) "/SIS/public/ejemplo/enviar"
["_baseUrl:protected"] => string(11) "/SIS/public"
["_basePath:protected"] => NULL
["_pathInfo:protected"] => string(15) "/ejemplo/enviar"
["_params:protected"] => array(3) {
["controller"] => string(7) "ejemplo"
["action"] => string(6) "enviar"
["module"] => string(7) "default"
}
["_rawBody:protected"] => NULL
["_aliases:protected"] => array(0) {
}
["_dispatched:protected"] => bool(true)
["_module:protected"] => string(7) "default"
["_moduleKey:protected"] => string(6) "module"
["_controller:protected"] => string(7) "ejemplo"
["_controllerKey:protected"] => string(10) "controller"
["_action:protected"] => string(6) "enviar"
["_actionKey:protected"] => string(6) "action"
}

e imprimi por pantalla lo que trae el $request y muestra lo siguiente:

Zend_Controller_Request_Http Object ( [_paramSources:protected] => Array ( [0] => _GET [1] => _POST ) [_requestUri:protected] => /SIS/public/ejemplo/enviar [_baseUrl:protected] => /SIS/public [_basePath:protected] => [_pathInfo:protected] => /ejemplo/enviar [_params:protected] => Array ( [controller] => ejemplo [action] => enviar [module] => default ) [_rawBody:protected] => [_aliases:protected] => Array ( ) [_dispatched:protected] => 1 [_module:protected] => default [_moduleKey:protected] => module [_controller:protected] => ejemplo [_controllerKey:protected] => controller [_action:protected] => enviar [_actionKey:protected] => action )

Que sera eso??????? La manera en que estoy tomando los datos es la correcta??????: O como seria??????

Gracias!!!!