Yii Bootstrap Demo
The aim of the project is to transform all bootstrap components into Yii Widgets and apply the bootstrap style to the default Yii Widgets.
$this->widget('EBootstrapHero', array(
'headline' => EBootstrap::encode(Yii::app()->name),
'body' => 'The aim of the project is to transform all <a href="http://twitter.github.com/bootstrap/">bootstrap</a> components into <a href="http://www.yiiframework.com/">Yii</a> Widgets and apply the bootstrap style to the default Yii Widgets.',
'actions' => array(
EBootstrap::ibutton('Primary Action', '#', 'primary', 'large'),
),
));
Includes
This Framework uses some 3rd party tools:
- Yii - 1.1.10
- Twitter Bootstrap of course - 2.0.4
- placehold.it - custom thumbnails