我试图在 zend 框架中获取表单的请求值
之前我使用的是 post 方法
但是 iphone 应用程序以 get 方法向我发送数据。
我如何使用它,我使用的是 post 值,比如
$post = array('id'=>'2', 'email'=>'4', )
提交表单时,我也想在此表单值中获取值。
我用它来获取帖子值
$post = $this->getRequest ()->getPost ();
我试过这个来获取方法值
$post = $this->getRequest();
但
我收到此错误 无法使用 Zend_Controller_Request_Http 类型的对象作为数组
这是完整的错误信息
“Zend_Controller_Request_Http 对象([_paramSources:protected] => 数组([0] => _GET [1] => _POST)[_requestUri:protected] => /platinum-picks/p-picks/index/registration [_baseUrl:protected] => /platinum-picks/p-picks [_basePath:protected] => [_pathInfo:protected] => /index/registration [_params:protected] => Array ( [controller] => index [action] => registration [模块] => 默认) [_rawBody:protected] => [_aliases:protected] => 数组 () [_dispatched:protected] => 1 [_module:protected] => 默认 [_moduleKey:protected] => 模块 [_controller: protected] => index [_controllerKey:protected] => 控制器 [_action:protected] => 注册 [_actionKey:protected] => action) 致命错误:不能使用 Zend_Controller_Request_Http 类型的对象作为 D 中的数组:\Program Files\Zend\Apache2\htdocs\platinum-picks\application\models\User.php 在第 267 行"