Foundation 4 is out. ![]()
Edit: and it looks like the Zurb server is being hammered.![]()
Foundation 4 is out. ![]()
Edit: and it looks like the Zurb server is being hammered.![]()
I thought that Yii2 should be prepared to be easy upgradable between css bootstrap (or else) version,
Thats the good to be adaptation of third party improvement,
like the newest version jquery deprecated the .live event
I think that can be handled via different app templates.
@jacmoe: Create a pull request with a zurb app here https://github.com/yiisoft/yii2/tree/master/apps - and you’ll get famous, more than you are already ![]()
Will do, Schmunk. ![]()
Great suggestion.
I like Foundation, but vote for Bootstrap, since it more famous and have more features (jquery widgets, etc).
I am still voting for no CSS framework in the core.
We aren’t adding it to the core. Application templates only and, maybe, gii.
With Yii2, would it be possible to add Gii templates to the template?
That would make sense, right?
I mean, for whatever framework that particular app template is using there is bound to be certain markup that is specific to it.
The migration script already looks in ‘migrations’ - why not let gii look in ‘templates’ ?
What do you mean with "templates", just static views? Because the current CRUD generators for example also include some logic.
Dropdowns are skewed in chrome under linux ![]()
I am also using bootstrap. Can’t say if it is the best cause I haven’t tried all but will probably try Foundation soon. But generally I am pretty happy with B haven’t had major hurdles. The only drawback that bootstrap has is it doesn’t have speech to text so I don’t even have to type my layout ![]()
Althoug I like bootstrap and use it in almost any project I dont think it has to be part of the framework. May be released under some official extension but not part of the core fw. This just bounds the fw too much to something that may not be so good in the near future.
The interesting part is how to get themes from extensions and activate them in your application.
How are you achieving this now?
At the moment (Phundament, Yii 1.x) I copy the theme files from vendor into the project and use my multi-theme extension to switch between them.
For Yii 2 we can use aliases for the theme switch I think…
Thanks for your information. ![]()
Bootstrap 3.0 final has been released http://getbootstrap.com
Excellent release, I won’t miss Foundation 4 features.
I’ve updated Yii2 to use release version.