The implementation method of destoon calling corporate member company image picture, destoon corporate member_PHP tutorial

WBOY
Release: 2016-07-13 10:20:25
Original
999 people have browsed it

The implementation method of destoon calling corporate members’ company image pictures, destoon corporate members

The example in this article shows the implementation method of destoon calling corporate member company image pictures, which has very important practical value in destoon development. Share it with everyone for your reference.

The specific implementation code is as follows:

<!--{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)}" />
{/loop}

Copy after login

I hope the examples in this article will be helpful to everyone in destoon development.

How to use destoon to call the company style on other pages is the same as the picture below

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


destoon help, how to call the company logo on the homepage, not an image

Copy code

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/867235.htmlTechArticleThe implementation method of destoon calling corporate member company image, destoon corporate member This article shows the example of destoon calling corporate member company image How to implement the picture, after destoon opening...
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 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!