library edp-sub-layout
put a layout in your layout
evandotpro/edp-sub-layout
put a layout in your layout
- PHP
- 1 Dependents
- 0 Suggesters
- 3 Forks
- 2 Open issues
- 1 Versions
- 0 % Grown
EdpSubLayout
Version 1.0 Created by Evan Coury, (*1)
Introduction
EdpSubLayout is a very simple ZF2 module which allows you to specify a layout... within your layout. Yep., (*2)
Usage
public function fooAction()
{
$this->subLayout('some/other-layout');
}