data: {form:fd,field_model:window.image_input},
/usr/bin/php ~/domain/public_html/console/hello/index
Items::updateAll(['price' => new \yii\db\Expression('price * 1.1')]);
Items::updateAll(['price' => new \yii\db\Expression('price * 0.9')]);
<?php
return [
'adminEmail' => 'admin@example.com',
];
<?php
return [
'adminEmail' => 'test@prioriticlub.ru',
];
$dataProvider->sort->attributes['author.name'] = [
'asc' => ['author.name' => SORT_ASC],
'desc' => ['author.name' => SORT_DESC],
];