thienyu
(Thienyu)
1
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

nettrinity
(Thanhvn Info)
3
Are you a beginner?
It may involve Widget or Portlet. I asked the same question before.
thienyu
(Thienyu)
4
Yes. I am totally new to php framework.
nettrinity
(Thanhvn Info)
5