Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How we can set layout in the controller file using cakephp?



How we can set layout in the controller file using cakephp?..

Answer / Nishant Pal

To set a layout for a specific action, you can specify it in the action's declaration:n```phpnpublic function actionName() {n $this->layout = 'your_layout';n}n``` If you want to set the default layout for all actions, set it in your controller's beforeFilter():n```phpnpublic function beforeFilter() {n $this->layout = 'your_layout';n}n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CakePHP Interview Questions

What is habtm?

1 Answers  


What are sessions in php.

1 Answers  


What is a helper and list some common helpers name used in cakephp?

1 Answers  


What is a element?

1 Answers  


What is the naming convention in cakephp?

1 Answers  


How to write, read and delete the session in cakephp?

1 Answers  


Explain the difference between beforerender() and beforefilter() in cakephp?

1 Answers  


What do you mean by component in cakephp? List some commonly used components.

1 Answers  


What is the use of requestaction method?

1 Answers  


How to get current url in cakephp?

1 Answers  


How to install cakephp with composer?

1 Answers  


What is the use of security.salt and security.cipherseed in cakephp? How to change its default value?

1 Answers  


Categories