Articles tagged with views

Turn on syntax highlighting for editing .thtml files in Vim

By Don Voita
If you use Vim to edit your Views, here's how to turn on syntax highlighting.
[Read more]

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]

ViewInFile component

By franck
Sometimes in needed to output a view in a file. Most of the time for debugging, but also for some web service (xml) where you might need to send (by mail as a copy) an xml file reflecting the answer of the webservice.
[Read more]