Zend_Layout: Layouts per module
by Patrick on July 24, 2009
Today I was confronted with the problem to assign a single layout.phtml to each module of a Zend Application. At first I thought it’d be done easily with an application.ini line like this one: admin.resources.layout.layoutPath = path/to/layout (whereas “admin” is the module name). But as often, pressing F5 brought disillusion, it doesn’t work this way. (…)