cakephp 変数 2013年3月17日 Tk コメントする [php] public function index() { $params = array( //params変数の中身を書く ‘order’ => ‘modified desc’, ‘limit’ => 2 ); $this->set(‘posts’, $this->Post->find(‘all’, $params)); //params変数を呼び出し $this->set(‘title_for_layout’, ‘記事一覧’); } [/php]