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

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

This package is not auto-updated.

Last update: 2024-04-23 14:23:20 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');
}