{tag:datalist timeformat=""}
<tr>
<td class='col1'>
<div>?<a href='{tag:field.arcurl/}'>{tag:field.title/}</a></div>
<!--div class='descriptions'> {tag:field.description function="CnSubstr(@me,150)"/}...</div-->
</td>
<td class='col2'>{tag:field.formattime/}</td>
</tr>
{/tag:datalist}
编译后的代码
<?php
$atts = array();
$atts['tagname'] = 'datalist';
$atts['timeformat'] = '';
$blockValue = $this->refObj->GetArcList($atts,$this->refObj,$fields);
foreach( $blockValue as $key=>$fields )
{
?>
<tr>
<td class='col1'>
<div>?<a href='<?php echo $fields['arcurl']; ?>'><?php echo $fields['title']; ?></a></div>
<!--div class='descriptions'> <?php echo CnSubstr($fields['description'],150); ?>...</div-->
</td>
<td class='col2'><?php echo $fields['formattime']; ?></td>
</tr>
<?php
}
?>
2、示例二
{tag:article sort='new' titlelen='36' row='10'}
<dd>[{tag:field.typename/}]<a href=http://www.dede58.com/"{tag:field.arcurl/}">{tag:field.title function="CnSubstr(@me,24)"/}</a></dd>
{/tag:article}
编译后的代码
<?php
$atts = array();
$atts['tagname'] = 'article';
$atts['sort'] = 'new';
$atts['titlelen'] = '36';
$atts['row'] = '10';
$blockValue = MakePublicTag($atts,$this->refObj,$fields);
if(is_array($blockValue) && count($blockValue) > 0){
foreach( $blockValue as $key=>$fields )
{
?>
<dd>[<?php echo $fields['typename']; ?>]<a href=http://www.dede58.com/"<?php echo $fields['arcurl']; ?>"><?php echo CnSubstr($fields['title'],24); ?></a></dd>
<?php
}
}
?>
上一篇:Dede5.5注册会员提示失败的解决方法
下一篇:织梦手机端搜索不跳转手机搜索模板,而是跳转PC端模板的BUG
EyouCms,简单易用的企业网站管理系统,点击了解更多
有问题可以加入织梦技术QQ群一起交流学习
本站vip会员 请加入织梦58 VIP②群 PS:加入时备注用户名或昵称
普通注册会员或访客 请加入织梦58 技术交流②群
作者:DEDE58.COM 关注: 时间:2018-12-15 10:24
☉首先声明,只要是我们的vip会员所有源码均可以免费下载,不做任何限制(了解更多)
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品织梦源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站织梦程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(970003436)进行交流。