How to display data like yii's extension page?

Hi,

I just started Yii few days ago and need to display data retrieved from database in row and column view. (Similar to extension page)

I have try to google on the internet but unable to find how to do it. Hope to get some advise in this forum.

Thanks.

i think this is only a matter of creating two column layout and inside main content, insert divs with float:left in the css class

like:




float-left{

float:left;

display:inline-block;

width:33%;

padding-right:5px;

}



and in html




<div class="float-left">

extension 1

</div>


<div class="float-left">

extension 2

</div>


<div class="float-left">

extension 3

</div>



hope it helps

:)

Are you a beginner?

It may involve Widget or Portlet. I asked the same question before.

Yes. I am totally new to php framework.

I am a beginner myself. Check this out:

http://yiitutorials.net/easy/creating-a-widget-with-the-yii-framework