mordilion / zf2-module-layouts
ZF2ModuleLayouts is a simple module to build module specified layouts
1.0
2013-04-22 09:35 UTC
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2024-10-29 04:36:18 UTC
README
Version 1.0
Introduction
ZF2ModuleLayouts is a simple module to build module specified layouts.
Usage
Create a new config file under "config/autoload" with the following specify:
<?php return array( 'module_layouts' => array( 'ModuleName' => 'layout', ), );
A simple module to build module specified layouts