模板标签里面
{content module=news id=9}
{loop $t.images $i $c}
{$c.title}
{/loop}
{/content}
内容标签在调用 多文件是,无法循环出来多文件的内容
var_dump($t.images);
结果:
string(174) "{"file":["26","27","28","29","30","32"],"title":["校园环境","校园环境","校园环境","校园环境","校园环境","校园环境"],"description":["","","","","",""]}"
URL地址相对路径:
模板文件相对路径:list.html
{content module=news id=9} {php $t.images=dr_get_files($t.images);} {loop $t.images $i $c} {$c.title} {/loop} {/content}