runtime
-
pbootcms模板自动清理runtime缓存
打开/apps/home/controller/ExtLabelController.php文件 找到 查看源码打印代码帮助 1// 测试扩展单个标签 2private function test() 3{ 4$this->content = str_replace({pboot:userip}, get_user_ip(), $this->content); 5}
详情
