foundation3 An easy to use, powerful, and flexible framework for building prototypes and production code on any kind of device.

  1. Demo
  2. Foundation 3
  3. Setup instructions
  4. Resources
  5. Changelog

Yii extension for Foundation

Foundation is an easy to use, powerful, and flexible framework for building prototypes and production code on any kind of device.

Dive into responsive prototyping with Foundation

Demo

Yii Foundation 3

Foundation 3

Foundation 3 was rebuilt from the ground up to syntactically similar, but not identical, to Foundation 2. Much of what you already know about Foundation applies, including how to use the Grid, many of the common elements, and how the responsive aspects work.

With that being said there are significant differences to be aware of. In some cases, markup had to be modified to support a new case or to be more customizable or extensible. In other cases we've streamlined the framework so that there's less extra styling, so some extraneous classes will no longer take effect.

You may also read the official Zurb migration guide

Setup instructions

  1. Download the files and extract them to you project's desired folder
  2. Add the following code to your application configuration: ~~~ [php] ... 'preload'=>array(

     .....
     'foundation', // preload the foundation component
    

    ), 'components'=>array(

     .....
      // assuming you extracted foundation under extensions
     'foundation' => array("class" => "ext.foundation.components.Foundation"),
        
    

    ), ... ~~~

  3. Start using it, check the documentation on using forms, and UI Components

Info: This is a work in progress, not all components of foundation are to be found in the Yii extension yet. but you can still use them as you normally would use Foundation.

Resources

Changelog

0.1.3

-Added form prefix and postfix support

18 1
31 followers
2 734 downloads
Yii Version: 1.1
License: MIT
Category: User Interface
Developed by: Asgaroth
Created on: Jul 3, 2012
Last updated: 10 years ago

Downloads

show all

Related Extensions