php框架 CodeIgniter vs thinkphp
2022-11-24 11:10:29
142
{{single.collect_count}}

一、 缓存

   tp 运行一次,会加载库中的所有表中的字段,且不会再更新。所以,你此时在一个表中加新字段,必须清除缓存,重新缓存库中的表字段,新字段才会加载进来。

  CI因为每次都是动态加载,所以不存在这个问题。

 

回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.user.group_title}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.user.group_title}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}