Home  >  Article  >  Backend Development  >  destoon调用企业会员公司形象图片的实现方法_php实例

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

WBOY
WBOYOriginal
2016-06-07 17:16:46752browse

本文实例展示了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调用企业会员公司形象图片的实现方法_php实例" >
{/loop}

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

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