How to extend CListView in order to remove extra yii added markup?

Hello all,

The point is to remove from CListView render, those two divs:


<div id="yw0" class="list-view">

<div class="items">



I’ve been looking here:

But I found nothing related with those two divs there.

Can anyone please share, what should we extend in order for make this a reality ?

Hi mem,

Why do you have to remove those divs?

Without those divs, I guess it won’t be called CListView any more.