CostaRico / yii2-images

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

Add a way to categorize images attached to one model #25

Open restyler opened 9 years ago

restyler commented 9 years ago

Thanks for great extension! Lets say I have a model which has 3 types of images: exteriorPic, interiorPic, customerPic As far as I understand, it cannot be done now. I think it would be great to have this feature (by default all the images are put to 'default' category but you can specify random string to categorize images, and then $model->getImage('exteriorPic'); would return image from the exteriorPic category.

antongorodezkiy commented 8 years ago

+1