Category | Layouts |
Code Examples | => a layout file to be used by the entire application or one controller action at a time. => Layouts are stored in the app/views/layouts directory and contain presentation output like views and elements. They perform minimal logic and mainly serve to wrap HTML around changing views. =>A layout's file name can be anything but must be lowercase and have the .ctp extension. |
Test Code | |
Links | |
Remarks | |
Cancel |