2016年4月2日

yii2更改面包屑的首页链接

摘要: ['label' => 'Home', 'url' => Yii::$app->getHomeUrl() . 'index.php?r=dashboard/index'], 'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [], ]); ?>... 阅读全文
posted @ 2016-04-02 10:22 阿卡贝拉 阅读(693) 评论(0) 推荐(0) 编辑
2016年3月27日

动态网页静态化+局部静态化

摘要: 静态化: 1.设置缓存时间 因为是缓存设置的时间,则在此之前的缓存不能被清除,所以在此前生成静态文件的时候,获取缓存内容就不能用ob_get_clean()函数,这个函数获取缓存内容的后清除了缓存,但是ob_get_contents()就会获取缓存不会清除缓存。所以要用ob_get_contents 阅读全文
posted @ 2016-03-27 23:21 阿卡贝拉 阅读(791) 评论(0) 推荐(0) 编辑
2015年12月21日

1.感觉是不一样的 无限分类

摘要: 1.拿到所有分类$model = $this->findModel($id);$allCategory = Category::find()->asArray()->all();$arrayCategoryIdName = ArrayHelper::map($allCategory, 'id', '... 阅读全文
posted @ 2015-12-21 21:47 阿卡贝拉 阅读(233) 评论(0) 推荐(0) 编辑