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 to write a program that performs the calculations using the sql function?
How to create a model file in zend framework?
How to install form component in zend framework?
How to integrate external scripts with zend framework ?
What are the features of mvc in zend framework?
How to add extra html (i.e link) in zend_form?
Where we set configuration in zend framework?
How to check whether form posted or not in zend framework?
Explain what are the default methods provided by decorators?
Is there a way to make fpdf/fpdi or zend_pdf support the parsing of pdfs greater than 1.4?
Write a program to show the execution of the application?
What is the purpose of autoloader in zend framework?