library zf2-edpmodulelayouts
EdpModuleLayouts is very simple ZF2 module for making module-specific layouts insanely easy.
jbmchd/zf2-edpmodulelayouts
EdpModuleLayouts is very simple ZF2 module for making module-specific layouts insanely easy.
- Saturday, February 11, 2017
- by jbmchd
- Repository
- 1 Watchers
- 0 Stars
- 8 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 48 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
EdpModuleLayouts
Version 1.0 Created by Evan Coury, (*1)
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., (*2)
Usage
Using EdpModuleLayouts is very, very simple. In any module config or autoloaded
config file simply specify the following:, (*3)
array(
'module_layouts' => array(
'ModuleName' => 'layout/some-layout',
),
);
That's it!, (*4)