render('image_sizer', [ 'model'=>$this->model, 'field' => $this->field, 'height' => $this->height, 'width' => $this->width, 'multi' => $this->multi, 'name' => $this->name ]); } public function getGallery(){ if($this->gallery){ $array = explode(",", $this->gallery); if(count($array) > 1){ array_pop($array); } return $array; } else { return array(); } } }