How To Put Table In Homepage

Hi all.

first i am new in YII-FW and i really dont i have any idea how YII-FW works. but i know little bit php coding both OOP and procedural concept. but somehow i want doing correct works with YEE-FW like PRO and my question is how to put a table like image below in homepage. which file should i need to work.edit? and how to connect DB and which file should i work?

please help and guid me.

Thanks

Welcome jayson to Yii :)

Yii is a framework based on MVC model

So, you have to put code in specific view file in protected/views/site

for more details see

http://www.yiiframework.com/doc/guide/1.1/en/basics.mvc

http://www.yiiframework.com/doc/guide/1.1/en/basics.best-practices

to connect with database modify the protected/config/main.php file as described here

http://www.yiiframework.com/doc/guide/1.1/en/database.dao

http://www.yiiframework.com/doc/blog/1.1/en/prototype.database

http://www.yiiframework.com/doc/guide/1.1/en/database.query-builder

what exactly you mean "table like image" ?

Okay, Thanks for your reply and i take a look it. and sorry for the image, since i am new in this forum. i cant allowed to link any url.

Thanks by the way.