$this->paginate = array(
'limit' => 5,
'conditions' => ''
);
$this->paginate['conditions'] = array(
'name LIKE' => '%a'
);
そして彼らは気づきます:
Notice (8): Indirect modification of overloaded property EmployeeCvsController::$paginate has no effect [APP\Controller\EmployeeCvsController.php, line 137]
配列から順序要素を変更できない理由を誰かに説明してもらえますか?