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...


Why do we need disable layout & how we can do it?



Why do we need disable layout & how we can do it?..

Answer / Taran Jeet Singh Budhiraja

Disabling the layout is necessary when you want to control or override the default rendering behavior of a particular action or controller in Zend. To disable the layout, you can set the _helper property of the action or controller as follows:

```php
class MyController extends Zend_Controller_Action
{
public function myAction()
{
$this->_helper->layout->setLayout('');
// Your custom code here
}
}
```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Zend Interview Questions

Please write down a program to show the execution of the application?

1 Answers  


How to redirect to another page from controller?

1 Answers  


Tell me what is the function of model in mvc architecture?

1 Answers  


How to create model file in zend framework?

1 Answers  


How can I add extra html (such as a link) to my form element?

1 Answers  


What is the procedure to see that the optional file is detected?

1 Answers  


How to create an object of model in zend framework?

1 Answers  


What is the latest version of zend framework?

1 Answers  


How to create a model file in zend framework?

1 Answers  


Can you explain why are in-built libraries used for the web services?

1 Answers  


How to install zend framework on windows?

1 Answers  


Zend framework and wordpress integration?

1 Answers  


Categories