<ul>
<?php $this->widget('zii.widgets.CListView', array(
'dataProvider'=>$dataProvider,
'itemView'=>'_view',
'enablePagination'=>false,
)); ?>
</ul>
but to my surprise it just truncated my list to 10 items without the next page option, instead of displaying them all. So two questions:
- how do I control more advanced options like the items per page and
- if I did just want it to list everything, should I drop this widget altogether?

Help
This topic is locked












