我在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兼容?
答案 0 :(得分:11)