InterviewSolution
Saved Bookmarks
| 1. |
How we can set layout in the controller file using cakePHP? |
|
Answer» $this->LAYOUT ="layout_name"; You can USE this in your CONTROLLER's ACTION. |
|