How to disable layout from controller in zend framework?
Answer / Kumar Bachchan Ji
To disable layout from a controller in Zend Framework, you can use the $this->getHelper('layout')->disableLayout() method in your action.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you set module name, controller name, and action name in zend framework?
Why does the zend framework project have a cla at all?
What is autoloader in zend framework?
How to get all post data in zend framework?
Explain why are in-built libraries used for the web services?
How we can set routing in zend framework2?
Which class extend the zend model? Zend_db_table_abstract
What is the function of model in mvc architecture?
How to get variable value from getting in zend framework?
Explain super global variables in zend framework?
Explain authorization and authentication in zend framework?
What are the features of mvc in zend framework?