2017 © Pedro Peláez
 

library hd-route-layouts

Simple ZF2 module for making route based layouts.

image

hounddog/hd-route-layouts

Simple ZF2 module for making route based layouts.

  • Monday, March 31, 2014
  • by Hounddog
  • Repository
  • 2 Watchers
  • 5 Stars
  • 1,301 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

HdRouteLayouts Module for Zend Framework 2

Introduction

HdRouteLayouts is a very simple module that allows you to attach layout configuration to a route., (*1)

Installation

Main Setup

Installation of this module uses composer. For composer documentation, please refer to getcomposer.org., (*2)

php composer.phar require hounddog/hd-route-layouts
# (When asked for a version, type `0.*`)

Then add HdRouteLayouts to your config/application.config.php, (*3)

Usage

Using HdRouteLayouts is very, very simple. In any module config or autoloaded config file simply specify the following:, (*4)

array(
    'route_layouts' => array(
        'my/route' => 'layout/some-layout',
    ),
);

The Versions

31/03 2014

dev-master

9999999-dev https://github.com/Hounddog/HdRouteLayouts

Simple ZF2 module for making route based layouts.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

zf2 route layout

09/12 2013

v1.0

1.0.0.0 https://github.com/Hounddog/HdRouteLayouts

Simple ZF2 module for making route based layouts.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

zf2 route layout