phpcms v9通过关键字调用其他模型的文章
首先是图片模型下的案例,都是图片集,关键字是案例的作者,现在要在show_picture图片模型的内容页调用作者的头像,名称,部门(名称,部门是自定义的字段)等信息。一个...
首先是图片模型下的案例,都是图片集,关键字是案例的 作者 ,现在要在show_picture 图片模型的内容页调用作者的头像,名称,部门(名称,部门是自定义的字段)等信息。一个是在v9_picture 表中,一个是在v9_news 和 v9_news_data表中。请问怎样调用,get sql的where 条件怎样写,比如我写的这个:
{get sql="select p.id,p.catid,p.keywords,n.id,n.catid,n.title,n.thumb,n.bumen from v9_picture as p left join from v9_new on where p.keywords=n.title and p.catid='6' and n.catid='36' " row="1" return="datas"}
<li>{$datas[title]}</li>
<li>{$datas[thumb]}</li>
{/get}
但是没有结果,哪里不对呢!请指教!!!thanks!!! 展开
{get sql="select p.id,p.catid,p.keywords,n.id,n.catid,n.title,n.thumb,n.bumen from v9_picture as p left join from v9_new on where p.keywords=n.title and p.catid='6' and n.catid='36' " row="1" return="datas"}
<li>{$datas[title]}</li>
<li>{$datas[thumb]}</li>
{/get}
但是没有结果,哪里不对呢!请指教!!!thanks!!! 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询