startup() startup(\Controller $controller) : void Called after the Controller::beforeFilter() and before the controller action Parameters \Controller $controller Controller with components to startup
search() search(array $options) : array 検索処理 Parameters array $options オプション配列 array( 'fields' => 表示フィールド配列 'conditions' => 条件配列 'joins' => JOINテーブル配列 'orders' => ソート配列 'limit' => 表示件数(int) ) Returns array — void