thinkphp处理缓存
2021-07-01 12:05
标签:port his _id ram think logs att page val thinkphp处理缓存 标签:port his _id ram think logs att page val 原文地址:http://www.cnblogs.com/xiaoxiaomengxiangjia/p/7132530.html $value = S(‘myval‘);
if(!empty(S(‘myval‘))){
$temp = S(‘myval‘);
}else{
$paramet = "user_id/{$user_id}/page_num/{$page_num}";
$temp = $this->patterntwo($port,$paramet);
S(‘myval‘,$temp);
$temp = S(‘myval‘);
}