CostaRico / yii2-images

Yii2-images - behavior-based module for resizing, storing, caching and attaching images.
160 stars 98 forks source link

Optional Placeholder #81

Open synatree opened 6 years ago

synatree commented 6 years ago

When calling $model->getImages(), one problem is that the module reports 1 image (the placeholder) even when there are none. This change simply makes that behavior optional by supplying a flag to the getImages() function that will control the return value if no images exist.