Articles tagged with layout

Some ideas to organize your CSS files and autoload them in CakePHP

By Tulio Faria
In this article, I will show some ideas in how to organize your CSS files and how to autoload them in your CakePHP project. Some of them are elegant , and others are not so elegant as they could be ...
[Read more]

Automatic Layout Switcher

By Matt Curry
This component allows you to have two layouts for one site and switches between them automatically based on the domain.
[Read more]

$anything_for_layout: Making HTML from the View available to the layout

By Rob Conner
Did you ever have a side navigation that you wanted to change based upon changes in the view? Using this helper, you can write HTML and other output for display in the layout. The output itself is written in the your view and then transfered to the layout.
[Read more]