destoon实现调用图文新闻的方法
2015-01-24信息快讯网
这篇文章主要介绍了destoon实现调用图文新闻的方法,是非常实用的技巧,需要的朋友可以参考下
本文实例展示了destoon调用图文新闻的方法,该功能是非常常见且实用的技巧。分享给大家供大家参考。具体实现方法如下:
主要功能代码如下所示:
{if $DT[page_news]} <!--{tag("moduleid=21&length=16&condition=status=3 and level=3 and thumb<>''&pagesize=1&target=_blank&order=addtime desc&width=100&height=80&cols=1&template=thumb-table")}--> {/if} <!--{php $tags=tag("moduleid=7&condition=status=3 and thumb!=''&length=30 and level>0&areaid=$cityid&pagesize=1&datetype=2&order=addtime desc&target=_blank&template=null");}--> {loop $tags $i $t} <a href="{$t[linkurl]}" rel="external nofollow" target="_blank"><span><img src="{$t[thumb]}" width="96" height="66" alt="" ></span> <strong>{$t[title]}</strong> <small>{dsubstr($t[introduce],76)}... <em>[详细]</em></small> </a> {/loop} </div>
希望本文所述方法对大家destoon开发能有所帮助。
ioncube_loader_win_5.2.dll的错误解决方法
php模仿asp Application对象在线人数统计实现方法
php操作mongoDB实例分析
PHP中使用xmlreader读取xml数据示例
dedecms集成财付通支付接口
VPS中使用LNMP安装WordPress教程
为PHP5.4开启Zend OPCode缓存
PHP中require和include路径问题详解
php连接与操作PostgreSQL数据库的方法
PHP_SELF,SCRIPT_NAME,REQUEST_URI区别
php将access数据库转换到mysql数据库的方法
php实现refresh刷新页面批量导入数据的方法
php中http与https跨域共享session的解决方法
thinkphp中session和cookie无效的解决方法
phpmyadmin提示The mbstring extension is missing的解决方法
php使用pdo连接报错Connection failed SQLSTATE的解决方法
PHP缓存集成库phpFastCache用法
destoon实现会员商铺中指定会员或会员组投放广告的方法
destoon切换城市后实现logo旁边显示地区名称的方法
去掉destoon资讯内容页keywords关键字自带的文章标题的方法
destoon调用discuz论坛中带图片帖子的实现方法
destoon调用企业会员公司形象图片的实现方法
destoon实现调用当前栏目分类及子分类和三级分类的方法