Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twitter Bootstrap Framework and Zend Framework

I know it is very new but has anyone started using Twitter's Bootstrap Framework with Zend Framework?

I can figure out the basic stuff like getting bootstrap working with my layout pages but how do I use some of the bootstrap form calls with Zend_Form?

Just looking for a place to start with this.

Any help with this would be great.

Thanks!

like image 613
Sequenzia Avatar asked Oct 04 '11 23:10

Sequenzia


People also ask

Is Twitter, Bootstrap the same as bootstrap?

There's no difference. Twitter Bootstrap was the official name for version 1.0 (Twitter Bootstrap). Later the name has been shortened.

Is Twitter, Bootstrap a framework?

Twitter Bootstrap is a front end framework to develop web apps and sites fast. In modern web development, there are several components which are required in almost all web projects. Bootstrap provides you with all those basic modules - Grid, Typography, Tables, Forms, Buttons, and Responsiveness.

What is Twitter, Bootstrap and why would a developer use it?

Well Twitter Bootstrap or commonly referred to as Bootstrap is a HTML, CSS, JavaScript framework that makes styling your application quick and easy. Especially if you're trying to get this product out quickly, this framework can remove pretty much all the work of creating custom css.

What CSS framework does Twitter use?

Bootstrap Developed by Jacob Thornton and Mark Otto at Twitter as a framework to promote consistency across internal tools, Bootstrap is an open-source framework containing CSS and JavaScript-based templates for interface components.


1 Answers

There is an project called EasyBib_Form_Decortators, small library to use Bootstrap with Zend Form.

It works like a charme, ok some bugs with the "MessageFormatter" View Helper but ok :-)

Easybib

like image 173
opHASnoNAME Avatar answered Sep 19 '22 23:09

opHASnoNAME