私はcakeDC(https://github.com/CakeDC/search)のsearchpluginをcakePHP2.3.0で使用しています。そのプラグインは正常に動作します。このようなインデックスアクションで少しエラーが発生しました。それをありがとう。
Indirect modification of overloaded property AtlasController::$paginate has no effect [APP\Controller\AtlasController.php, line 47]
マイインデックスアクション
public function index() {
$this->Prg->commonProcess();
$this->paginate['conditions'] = $this->Atla->parseCriteria($this->passedArgs);
$this->Atla->recursive = 0;
$this->set('atlas', $this->paginate());
$this->set('_serialize',array('atlas'));
}
問題は、どうすればそれを解決できるかということです。だから私はとてもシンプルで簡単な方法を見つけました。