模板如下:
<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>
我要为每一天数据添加一个序号。
代码:
<?php echo $index;?>