\UserSearchCompComponent

UsersSearch Component

Summary

Methods
Properties
Constants
startup()
conditions()
search()
No public properties found
DEFAULT_LIMIT
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

DEFAULT_LIMIT

DEFAULT_LIMIT

Limit定数

Methods

startup()

startup(\Controller  $controller) : void

Called after the Controller::beforeFilter() and before the controller action

Parameters

\Controller $controller

Controller with components to startup

conditions()

conditions() : void

条件フォーム出力(モーダル表示固定)

search()

search(array  $options) : array

検索処理

Parameters

array $options

オプション配列

array(
    'fields' => 表示フィールド配列
    'conditions' => 条件配列
    'joins' => JOINテーブル配列
    'orders' => ソート配列
    'limit' => 表示件数(int)
)

Returns

array —

void