Skip to content

Instantly share code, notes, and snippets.

View Casmo's full-sized avatar

Mathieu Casmo

View GitHub Profile
@Casmo
Casmo / BootstrapFormHelper.php
Last active November 25, 2018 22:23 — forked from Suven/BootstrapFormHelper.php
Keep default class for labels.
<?php
App::uses('FormHelper', 'View/Helper');
/**
* BootstrapFormHelper.
*
* Applies styling-rules for Bootstrap 3
*
* To use it, just save this file in /app/View/Helper/BootstrapFormHelper.php
* and add the following code to your AppController: