evandotpro / edp-module-layouts
EdpModuleLayouts is very simple ZF2 module for making module-specific layouts insanely easy.
Installs: 187 215
Dependents: 4
Suggesters: 0
Security: 0
Stars: 97
Watchers: 17
Forks: 39
Open Issues: 9
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2024-10-26 14:13:38 UTC
README
Version 1.0 Created by Evan Coury
Introduction
EdpModuleLayouts is a very simple ZF2 module (less than 20 lines) that simply allows you to specify alternative layouts to use for each module.
Usage
Using EdpModuleLayouts is very, very simple. In any module config or autoloaded config file simply specify the following:
array( 'module_layouts' => array( 'ModuleName' => 'layout/some-layout', ), );
That's it!