evandotpro/edp-module-layouts

There is no license information available for the latest version (v1.0) of this package.

EdpModuleLayouts is very simple ZF2 module for making module-specific layouts insanely easy.

Maintainers

Package info

github.com/EvanDotPro/EdpModuleLayouts

pkg:composer/evandotpro/edp-module-layouts

Statistics

Installs: 206 723

Dependents: 4

Suggesters: 0

Stars: 104

Open Issues: 8

v1.0 2012-09-14 01:32 UTC

This package is not auto-updated.

Last update: 2026-02-28 21:02:19 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!