How to disable layout from controller in zend framework?
Answer Posted / 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 |
Post New Answer View All Answers