<table border="1">
<tr>
<th width="35">S.No.</th>
<th align="left">Club Member</th>
<th width="155">Schedule</th>
<th width="155">Point</th>
</tr>
<?php $this->widget('zii.widgets.CListView', array(
'dataProvider'=>$dataProvider,
'itemView'=>'_reportSchedule',
)); ?>
</table>
我怎样才能获得像 1,2,3 之类的序列号??