filesList=preg_grep('$^customer-\d{1,3}\.(png|jpg|jpeg)$',scandir('../web/img',0)); $this->filesList = Partner::find() ->where([ 'status' => true ]) ->all(); } public function run() { parent::run(); return $this->render('_parthnerList', [ 'data' => $this->filesList ]); } }