moholh
(Moholh2011)
1
Hi there I hope you are all fine.
I have this problem and I don’t know how to fix it please help me
I have this code
page: index.php
<?php $this->widget('zii.widgets.CListView', array(
'dataProvider'=>$dataProvider,
'summaryText'=>'',
'itemView'=>'_view',
)); ?>
page: _view.php
<div >
<li><?php echo CHtml::encode($data->question); ?>
<?php echo CHtml::encode($data->reponse); ?>
<div class="ligne"></div>
<li>
</div>
I don’t know where I will add the html tag <ol> ? you can see attached picture
Any help thanks In advance
Hi,
Have you checked whether [size=2]$dataProvider is having correct data or duplicate data. It seems its not perfectly filled[/size]
[size=2]
[/size]
[size=2]
[/size]