【问题标题】:Indirect modification of overloaded property - cakephp间接修改重载属性 - cakephp
【发布时间】:2012-05-16 17:55:22
【问题描述】:

我在 ajax 表单验证期间遇到了这个错误。

Notice (8): Indirect modification of overloaded property CommentsController::$data has no    effect [APP\Controller\CommentsController.php, line 78]

错误中所述的具体行是这样的:

$this->data['Comment'][$this->params['form']['field']] = $this->params['form']['value'];

我的 cakephp 版本是 2.1

他们说它在 1.3 中工作,但我将使用什么特定代码作为替代以使其与 2.1 兼容?

【问题讨论】:

    标签: php jquery ajax cakephp


    【解决方案1】:

    是的

    $this->request->data
    

    你应该read the Migration guide


    从Cake3.4开始就是

    $this->request->getData()
    

    请参阅the related migration 3.4 指南 :)

    【讨论】:

    • 它仍然无法正常工作。错误消失了,但没有显示任何输出
    猜你喜欢
    • 2012-03-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-03-24
    • 1970-01-01
    • 2011-07-17
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多