File extension for Zend Framework layouts

MrRothaleita

New Member
In Zend Framework we can change the file extension of view files from phtml to php by adding following code to controller.\[code\]$this->getHelper('viewRenderer')->setViewSuffix('php');\[/code\]But how to change the file extension for layout files?
 
Back
Top