Articles tagged with "Layouts"
Creating a custom flash.thtml page
This tutorial will show you how to create a custom flash.thtml page, instead of just having a blank page for your flash messages.
[Read more] Layout your cake with jOOmla templates
Want free professional layouts for your cake?
How to translate a jOOmla template to a cakephp layout with very little effort.
[Read more] How to translate a jOOmla template to a cakephp layout with very little effort.
Using requestAction & custom layouts to add XHR functionality
This tutorial outlines a method for creating or modifying Cake apps that work swiftly for XHR(XmlHTTPRequest)-enabled clients and degrade well to non-XHR/AJAX (even javascript disabled) clients. The guidance provided here will be most suitable to newly converted Bakers. It simply outlines some of Cake's many flexible features and shows how using them in combination can bring rapid returns.
[Read more] A new "automagic" for CakePHP layouts with the CustomLayouts component
If you distribute your CakePHP web application to others and they ask you how to personalize the layout of a specific controller or, with even more granularity, a specific action, what do you do? This component creates a new convention for layouts that lets you automagically personalize the layouts for controllers and single actions with one line of code.
[Read more] Separating view's markup and logic using QueryTemplates
In this article i want to show you how to split the View layer into more comfortable parts.
[Read more]
Latest Comments