<?php $hotData = M("news")->order('count desc')->limit(10)->page(0)->select();?> <foreach name="hotData" item="vo"> {$vo.id} </foreach>