mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
完成自动缓存和缓存清理;
This commit is contained in:
@@ -17,6 +17,7 @@ class Common extends BaseController
|
||||
{
|
||||
parent::initialize();
|
||||
|
||||
|
||||
$list_nav_slide = Nav::where('type', 3)->cache('type_3_list')->order('sort asc')->where('status', 1)->select();
|
||||
|
||||
View::assign('list_nav_slide', $list_nav_slide);
|
||||
|
||||
Reference in New Issue
Block a user