TestAction.class.php
的edit方法中
$this->assign('list',array('one'=>'a','two'=>'b'));
后,在edit.html模板中
可以直接{$list.one}使用,而不用经过像volist标签输出。