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

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

Yii extension for Foundation V2

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

Check the Foundation 3 extension

Dive into responsive prototyping with foundation

Demo

Yii Foundation

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.0.4 May 20, 2012

  • Added Password, File, Captcha Fields
  • Scripts are now rendered using CClientScript::POS_END
  • Foundation.registerJs is now public whenever you want to force the include

0.0.3 April 22, 2012

  • Added NavBar and SubNav

0.0.2 April 15, 2012

  • Added Breadcrumbs and Pagination

0.0.1 April 10, 2012

  • Initial Release
25 1
36 followers
2 294 downloads
Yii Version: 1.1
License: MIT
Category: User Interface
Developed by: Asgaroth
Created on: Apr 11, 2012
Last updated: 10 years ago

Downloads

show all

Related Extensions