格式化时间: <?=date('Y-m-d', $bqr[newstime])?> <?=date('Y-m-d H:i:s', $bqr[newstime])?> <?=date('Y年m月d日',...
说明: 灵动标签用于动态调用数据,支持多种参数配置。 参数说明: 表名: 数据表名称,如news。 显示条数: 需要显示的记录条数。 操作类型: 0表示普通查询,1表示按分类查询。 附加条件: SQL查询条件。 排序方式: 如rand(...
[e:loop={"select DISTINCT(phome_enewstags.tagname),phome_enewstags.tagid,phome_enewstags.num from phome_enewstags inner...
调用tags: 使用以下代码: [e:loop={"select * from cn_enewstags order by num desc limit 30", 0, 24, 0}] <li><a href=...
限制标题字数 <?=esub($bqr[title], 40)?> 限制简介字数 <?=esub($bqr[smalltext], 200)?&...
基本使用 <?=date('Y-m-d H:i:s', $bqr[newstime])?> 只显示日期 <?=date('Y-m-d', $bq...
调用当前栏目的缩略图 示例代码: [e:loop={"select classimg from [!db.pre!]enewsclass where classid='$GLOBALS[navclassid]'",1,24,0}]...