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: 2025-01-04 17:33:25 UTC


README

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

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

to you AppController.php file.