'components' => [ 'request' => [ // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation 'cookieValidationKey' => 'dX9UJLrCqLv3xnFHY0STtUht2hj_dnRL', ],
в модели сеарч можно так делать? $ids = ArrayHelper::getColumn($managers, 'model_id'); $query = Orders::find() ->where(['id' => $ids]); почему то не работает.