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

Tell me what are the basic operations performed by the decorator?

1 Answers  


In which file we can configuration in zend framework?

1 Answers  


What are plugins in the zend framework?

1 Answers  


What are the ways in which the file can be detected as being uploaded or not?

1 Answers  


What is the zend file upload and element decorators?

1 Answers  


How can I use a stored procedure in a mysql database with zend framework?

1 Answers  


How to install zend on your local machine?

1 Answers  


How to disable layout from controller in zend framework?

1 Answers  


Should I sign an individual cla or a corporate cla?

1 Answers  


How to get all post data?

1 Answers  


Can you explain what is the difference between zend_auth and zend_acl?

1 Answers  


Does zend framework support php 7?

1 Answers  


Categories