mordilion/zf2-module-layouts

ZF2ModuleLayouts is a simple module to build module specified layouts

1.0 2013-04-22 09:35 UTC

This package is auto-updated.

Last update: 2024-03-29 03:01:14 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