无 发布于:2020-07-10 07:40:05
两个表
主表 (包含aid,title 标题 简介等)
附表(包含自定义字段,文章详情等)
// 主表查询 $rowx1 =M('ey_archives')->query("select title from ey_archives where aid=$cityid"); // 附表查询 $rowx2 =M('ey_article_content')->query("select * from ey_article_content where aid=$aid");
登录后可以留言提问!
微信扫码登录