会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
逆水行舟,不进则退
路漫漫其修远兮,吾将上下而求索
首页
新随笔
联系
管理
2015年9月10日
ThinkPHP多表联合查询的常用方法
摘要: 1、原生查询示例: $Model = new Model(); $sql = 'select a.id,a.title,b.content from think_test1 as a, think_test2 as b where a.id=b.id '.$map.' order by a.id '
阅读全文
posted @ 2015-09-10 08:44 慕尘
阅读(735)
评论(0)
推荐(0)
公告