'components' => [
'cache' => [
'class' => 'yii\caching\FileCache',
SELECT b.BrandName, COUNT(a.BrandId), SUM(a.Price) FROM Brand b
LEFT JOIN Auto a ON b.BrandId = a.BrandId
GROUP BY a.BrandId
;
SELECT b.BrandName, COUNT(a.BrandId), SUM(a.Price) FROM Auto a
LEFT JOIN Brand b ON b.BrandId = a.BrandId
GROUP BY a.BrandId;
"#filesLoadMenu778[data-type='audio']
<div data-type="img" class="bodyForFadeButton" data-accept="image/jpeg,image/png,image/gif">
<div data-type="video" class="bodyForFadeButton" data-accept="video/*,.avi,.mp4,.3gp,.
<div data-type="audio" class="bodyForFadeButton" data-accept="audio/mpeg,audio/x-wav">
$('body').on("click","#filesLoadMenu778[data-type='img']", function(e) ...
$('body').on("click","#filesLoadMenu778[data-type='video']",function(e) ...
$('body').on("click","#filesLoadMenu778[data-type='audio']",function(e) ...