Home > php教程 > php手册 > body text

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

WBOY
Release: 2016-06-13 09:26:42
Original
1360 people have browsed it

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}

Copy after login

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

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

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!