evandotpro/edp-sub-layout

There is no license information available for the latest version (dev-master) of this package.

put a layout in your layout

Installs: 133

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 0

Forks: 2

Open Issues: 1

pkg:composer/evandotpro/edp-sub-layout

dev-master 2013-03-07 06:27 UTC

This package is not auto-updated.

Last update: 2025-10-07 21:31:01 UTC


README

Version 1.0 Created by Evan Coury

Introduction

EdpSubLayout is a very simple ZF2 module which allows you to specify a layout... within your layout. Yep.

Usage

public function fooAction()
{
    $this->subLayout('some/other-layout');
}