我想知道 CakePHP 媒体插件(使用最新版本)中是否可以执行以下操作。
我希望我的裁剪图像在这个结构中,在一个与图像相关联的产品名称的第一个字符匹配的子目录中(使用整体附件模型)。
MEDIA_FILTER 是一个常数,因此您无法即时更改它。有没有办法强制媒体插件使用这些文件夹?最好不改变插件?
/app/webroot/files/filter/large/img/a/image.jpg
/app/webroot/files/filter/large/img/b/image2.jpg
/app/webroot/files/filter/medium/img/a/image.jpg
/app/webroot/files/filter/medium/img/b/image2.jpg