Home  >  Article  >  php教程  >  destoon调用企业会员公司形象图片的实现方法,destoon企业会员

destoon调用企业会员公司形象图片的实现方法,destoon企业会员

WBOY
WBOYOriginal
2016-06-13 09:26:421362browse

destoon调用企业会员公司形象图片的实现方法,destoon企业会员

本文实例展示了destoon调用企业会员公司形象图片的实现方法,在进行destoon开发中有很重要的实用价值。分享给大家供大家参考。

具体实现代码如下:

<!--{php $tags=tag("table=destoon_member m,destoon_company c&prefix=&condition=m.userid=c.userid and m.username='$username'&template=null")}-->
{loop $tags $t}
<img  src="{imgurl($t[thumb], 1)}" / alt="destoon调用企业会员公司形象图片的实现方法,destoon企业会员" >
{/loop}

希望本文实例对大家destoon开发有所帮助。

destoon怎在其他页面调用公司样式跟下图一样

{php $tags=tag("moduleid=4&condition=groupid=7 and thumb''&pagesize=8&order=userid desc&length=12&target=_blank&template=null")};

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn