300x250 AD TOP

Flexible Home Layout

Join This Site On Google Friend

Quem sou eu

My Photo
from Black still Gray, want to be White

Movie Category 5

Movie Category 4

Sub menu section

Main menu section

Comments

Contact Us

Name

Email *

Message *

Powered by Blogger.

10/18/13

Tagged under: ,

Cara Instalasi Extension Bootstrap di Yii



Download Bootstrap  disini
Extract files dan tempatkan folder 'extensions' di dalam folder web aplikasi.



Pada file "\protected\config\main.php" lakukan konfigurasi berikut :

Define path alias 
Yii::setPathOfAlias('bootstrap',dirname(__FILE__).'/../extensions/bootstrap');



Define Theme
'theme'=>'bootstrap',

dan Module
'generatorPaths'=>array(
            'bootstrap.gii',


Define app component
'bootstrap'=>array(
        'class'=>'bootstrap.components.Bootstrap',
        ),



Pada file "\protected\views\layouts\main.php" lakukan konfigurasi berikut :
Register CSS
bootstrap->registerAllCss(); 



0 comments:

Post a Comment