ЕК
Size: a a a
ЕК
NO
Д
NO
ЕК
$searchModel->setAttribute('company_type', [1,2,3]);
ЕК
app\models\WagesSearch
ЕК
Д
Д
ЕК
class WagesSearch extends Wages
{
public $company_type;
public $_search;
public function rules()
{
return [
[['id', 'staff_id', 'month', 'year', 'days', 'day_worked', 'overtime_days', 'overtime_nights', 'received', 'company_type'], 'integer'],
[['company_type','_search'], 'safe']
];
}
company_type, это не на что не влияет, в случае, если наследуешься от AR?
ПА
ПА
Д
Д
ПА
Д
ПА
ЕК
ЕК
Д