帝国CMS教程
帝国CMS模板网>帝国CMS教程

在帝国cms内容页里调用收藏该内容的会员信息

来源:帝国CMS模板网 作者:帝国CMS教程 时间:2016-07-02
浏览:3.5千+ 收藏 点赞(20)
[e:loop={"select a.*,b.* from [!db.pre!]enewsfava a LEFT JOIN [!db.pre!]enewsmemberadd b ON a.userid=b.userid where classid='$navinfor[classid]' and id='$navinfor[id]'",0,24,0}]
<li><a href="[!--news.url--]e/space/?userid=<?=$bqr[userid]?>" target="_blank"><img src="<?=$bqr[userpic]?>"><h5><?=$bqr[username]?></h5></a></li>
[/e:loop]
帝国CMS模板