格式化时间: <?=date('Y-m-d', $bqr[newstime])?> <?=date('Y-m-d H:i:s', $bqr[newstime])?> <?=date('Y年m月d日',...
说明: 灵动标签用于动态调用数据,支持多种参数配置。 参数说明: 表名: 数据表名称,如news。 显示条数: 需要显示的记录条数。 操作类型: 0表示普通查询,1表示按分类查询。 附加条件: SQL查询条件。 排序方式: 如rand(...
去除竖线分隔符: 使用str_replace函数替换竖线分隔符。 示例代码: <?= esub(str_replace("|", " ", $bqr['type']), 10) ?>...
[e:loop={"select DISTINCT(phome_enewstags.tagname),phome_enewstags.tagid,phome_enewstags.num from phome_enewstags inner...
限制标题字数 <?=esub($bqr[title], 40)?> 限制简介字数 <?=esub($bqr[smalltext], 200)?&...
基本使用 <?=date('Y-m-d H:i:s', $bqr[newstime])?> 只显示日期 <?=date('Y-m-d', $bq...
内容页链接: $infourl = sys_ReturnBqTitleLink($r); 栏目页链接: require('../../data/dbcache/cla...
[e:loop={'select * from phome_enewstags limit 100',32,24,0}] <li><a href="<?=$public_r[newsurl]?>e/tags/?...
调用当前栏目的缩略图 示例代码: [e:loop={"select classimg from [!db.pre!]enewsclass where classid='$GLOBALS[navclassid]'",1,24,0}]...
$bqr: 用于调用字段值,如标题、图片、简介等。 示例代码: <?=$bqr['title']?> <?=$bqr['titlepic']?> <?=$bqr['smalltext']?>...