Answer Posted / Rakesh Kumar Lohani
To set a specific layout in a CakePHP controller, you can use the 'layout' property within your controller class. For example: class MyController extends AppController { public $layout = 'my_layout'; }
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category