Skip to content
/ layouts Public

Zelpex Layouts module is a simple ZF2 module that simply allows you to specify alternative layouts to use for each module.

Notifications You must be signed in to change notification settings

zelpex/layouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Zelpex_Layouts

Version 1.0 Created by Andrew Boyko

Introduction

EasyLayouts is a simple ZF2 module that simply allows you to specify alternative layouts to use for each module.

The default layout is layout/layout from ZendSkeletonApplication.

Usage

Using EasyLayouts is simple. In any module config or autoloaded config file simply specify the following:

//php array( 'module_layout' => array( 'moduleName' => 'layout/any-layout-name', ), ); //

That's it! This is taken from https://github.com/EvanDotPro/EdpModuleLayouts and updated

About

Zelpex Layouts module is a simple ZF2 module that simply allows you to specify alternative layouts to use for each module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages