详情页

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

时间:2024年03月07日

编辑:佚名

帝国cms内容页里调用收藏该内容的会员信息方法
[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]
相关文章
猜你需要