<foreach name="data" item="row"> <a href="{:U('Article/detail?id=$row.id')}">{$row.title}</a> </foreach>