1
0
www.mikescher.com/demos/blog/protected/views/comment/index.php

13 lines
184 B
PHP

<?php
$this->breadcrumbs=array(
'Comments',
);
?>
<h1>Comments</h1>
<?php $this->widget('zii.widgets.CListView', array(
'dataProvider'=>$dataProvider,
'itemView'=>'_view',
)); ?>