Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

yii Bootstrap Twitter - which extention is the "right" extension?

I want use http://twitter.github.com/bootstrap/ in my application.

I found for yii two extensions: http://yii-booster.clevertech.biz/ http://www.cniska.net/yii-bootstrap/

Mayby is more then this 2?

Which one is better? What is difference? What with licence? My application is commercial.

like image 946
kabra Avatar asked Dec 20 '22 09:12

kabra


2 Answers

Yii-Booster is a library that contains Yii-Bootstrap and many other Yii widgets and components.

If you just want Bootstrap your project Yii-Bootstrap will probably solve your problem, but if you want a more complete library I recommend Yii-Booster.

Example of widgets contained in Yii-Booster:

  • Select2: http://ivaynberg.github.com/select2/
  • Editable: http://vitalets.github.com/bootstrap-editable/#options
  • StickyTableHeaders: https://github.com/jmosbech/StickyTableHeaders
  • BootGroupGridView: http://groupgridview.demopage.ru/
  • JQueryUI Bootstrap CSS: http://addyosmani.github.com/jquery-ui-bootstrap/

And many other components:

  • http://yii-booster.clevertech.biz/components.html
  • http://yii-booster.clevertech.biz/json-grid.html
  • http://yii-booster.clevertech.biz/extended-grid.html;

As told you in other answer, both projects use the license New BSD License.

It's all a matter of fitting your needs.

like image 113
André Luiz Müller Avatar answered Mar 03 '23 16:03

André Luiz Müller


The Yii Booster is one project based on Yii Bootstrap and have some components more.

The projects have the same source code base.

So far, the Yii Bootstrap, solved my problems, however, if you want to use some component unique of the Yii Booster, use it!

Both projects use the license New BSD License.

More informations about the projects you will find the links below:

  • Yii Bootstrap - Extension Page.
  • Yii Bootstrap - Discussion Topic.
  • Yii Booster - Extension Page.
  • Yii Booster - Discussion Topic.

Another similar extension: Yii Foundation 3.

  • Yii Foundation 3 - Extension Page.
like image 35
FabianoLothor Avatar answered Mar 03 '23 17:03

FabianoLothor