更改CListView Yii的Html

时间:2013-05-20 19:32:43

标签: php html yii

我希望在涉及分页时更改我的CList视图提供的数据的HTML。

它显示:

Displaying 1-3 of 5 results.

在分页的顶部。我不想在顶部显示该消息。我该怎么做才能删除它?

前:

enter image description here

1 个答案:

答案 0 :(得分:2)

这是summaryText属性 http://www.yiiframework.com/doc/api/1.1/CBaseListView#summaryText-detail

在模板详细信息中隐藏它们

'template'=>'{items} {pager}'

默认:http://www.yiiframework.com/doc/api/1.1/CBaseListView#template-detail

已经是。 Yii CListView summary text