In Zend Framework we can change the file extension of view files from phtml to php by adding following code to controller.
$this->getHelper('viewRenderer')->setViewSuffix('php');
But how to change the file extension for layout files?
|
In Zend Framework we can change the file extension of view files from phtml to php by adding following code to controller.
But how to change the file extension for layout files?
| ||||
|
feedback
|
|
Untested, but likely through
Try
You can also try
There is also
| ||||
feedback
|