When do we need to disable layout?
Answer / Sanjiv Kumar
You may need to disable the layout in Zend Framework when you want to render a view that does not follow the application's default layout, or if you want to create a completely custom layout for a specific action or controller.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the minimum php version required to run zend framework 2.0?
How to protect your site from sql injection in zend when using select query?
How to create an object of model in zend framework?
What is front controller in zend framework?
What are plugins in the zend framework?
What are the steps kept in mind while designing the zend_form?
What is this "username" I have to submit with my cla, and why do I have to submit it?
Which class extend the zend model? Zend_db_table_abstract
Where's the model?
What is the difference between zend framework and laravel?
Do you know what are the methods used in decorator?
Can we call a model in view?