volist标签的id在编译缓存后没有函数名

浏览:347 发布日期:2013/10/17 分类:求助交流 关键字: volist foreach
volist标签的id在编译缓存后没有函数名
如:
模板代码<foreach name="result" item="aa">{$aa.id}</foreach>编译之后代码<?php if(is_array($)): foreach($ as $key=>$): echo ($aa["id"]); ?>函数名没有正常编译过去
最佳答案
评论( 相关
后面还有条评论,点击查看>>