thinkphp 3.1.3 volist 报错

浏览:777 发布日期:2013/07/07 分类:求助交流 关键字: thinkphp3.1.3 volist
<volist name="list" id="vo">
<ul><li>{$vo.title}</li></ul>
</volist>
出现以下语法报错是怎么回事?要怎么解决呢?求帮忙。
syntax error, unexpected ')', expecting T_VARIABLE or '$'

volist被编译后为:<?php if(is_array($)): $i = 0; $__LIST__ = $;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$): $mod = ($i % 2 );++$i;?>
name属性值怎么没有了呢?
最佳答案
评论( 相关
后面还有条评论,点击查看>>