jmillerdesign/foundation

There is no license information available for the latest version (dev-master) of this package.

CakePHP helpers for Zurb Foundation CSS framework

dev-master 2015-01-03 20:19 UTC

This package is not auto-updated.

Last update: 2024-05-11 14:08:31 UTC


README

Add CakePlugin::load('Foundation') to your bootstrap.php and

public $helpers = array('Form' => array('Foundation.FoundationForm'));

to you AppController.php file.