can I use bootstrap framework ?

Hi, I am still learning yii,can I ask if I could use the bootstrap framework in yii ?

Thank you in advance.

Yes, you can add it manually or use the following

http://www.yiiframework.com/extension/bootstrap/

http://www.cniska.net/yii-bootstrap/

http://www.getyiistrap.com/

http://yiibooster.clevertech.biz/

@Bizley,Thank you for the quick reply…Okay I will try this.

here there is information on bootstrap. http://getbootstrap.com/css/

You should make columns like this:

<div class="row">

<div class="col-md-8">left column</div>

<div class="col-md-4">right column</div>

</div>