标签:style blog http color sp 数据 div log html
数据库操作怎么那么复杂,这个条件那个条件的,不过万变不离其宗,只要知道最基本几个查询就可以随便组合了。
连贯查询,不限制次序,挺不错
http://www.thinkphp.cn/info/116.html $User->where(‘status=1‘)->order(‘create_time‘)->limit(10)->select();
标签:style blog http color sp 数据 div log html
原文地址:http://www.cnblogs.com/wawlp/p/4056575.html