php 具有Yii 2自动缓存的Image Resizer

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 具有Yii 2自动缓存的Image Resizer相关的知识,希望对你有一定的参考价值。

// https://github.com/Alex-Bond/yii2-thumbler

// добавить в конфиг
// 'components' => [
//         'thumbler'=> [
//             'class' => 'alexBond\thumbler\Thumbler',
//             'sourcePath' => '@app/web/files',
//             'thumbsPath' => '@app/web/files/',
//         ],


// в представлении

\Yii::$app->thumbler->resize($contentBlock['images'][0]['filename'],300,300);

以上是关于php 具有Yii 2自动缓存的Image Resizer的主要内容,如果未能解决你的问题,请参考以下文章

yii2_文件缓存

YII http缓存

PHP深入浅出学Yii2缓存Cache组件源码级详解(收藏不亏)

PHP深入浅出学Yii2缓存Cache组件源码级详解(收藏不亏)

php yii - 如何从 yii 图像组件获取图像宽度和高度属性 [关闭]

yii框架缓存知识总结(转载)