BakingPlate
BakingPlate copied to clipboard
Boost your CakePHP baking with a collection of community best-practices built with HTML5BoilerPlate
consistent with h5bp v4 - update html conditional comments - update styles (spliting into main.css & normalize.css) - update scripts (rename libs to vendor, rename script.js to main.js) - centralize...
Hi First, this is how I extending the Cake-default HTML, Form, and Paginator ``` php public $helpers = array( 'BakingPlate.Plate', 'Html' => array( 'className' => 'BakingPlate.HtmlPlus' ), 'Form' => array(...
No idea why we haven't done this by now.
html5 time method always fails in my projects (tests and app itself) and I cannot figure out why ``` 1978-12-29 20:20:22 ``` or ``` Y-m-d ``` instead of what it...
Not sure if this is still a resource concern as I haven't looked at the new 2.1 implementation yet.
I had done problems with the url caching plugin because links were actually from the previous page request.
Specifically for the pages controller.at least provide the variable in the controller to reminds devs to use it.
This may or may not involve generating a new behavior. I need to confirm if behavior methods are called BEFORE core model methods. I found a solution [here](http://nuts-and-bolts-of-cakephp.com/2010/01/27/make-updateall-fire-behavior-callbacks/#comment-11447) and commented...
Depending on where the scripts are output when using asset compression or not, the js-library should always come before in either scenario. This ticket will be affected by splitting up...
I narrowed the issue down to this line: `Options FollowSymLinks -MultiViews -Indexes` I did a quick google search (and checked with html5bp) and found that _a:_ it's not in the...