Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 clistview 详细信息页面隐藏此分页文本?
<?php $this->widget('zii.widgets.CListView', array( 'dataProvider'=>$dataProvider, 'summaryText'=>'', 'itemView'=>'_view', )); ?>
你可以设置这个:
'summaryText'=>'',