2017 © Pedro Peláez
 

zf-module jvslayout

JvsLayout provides a suite of classes to layout manager.

image

marcusamatos/jvslayout

JvsLayout provides a suite of classes to layout manager.

  • Thursday, March 12, 2015
  • by marcusamatos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

JvsLayout

Introduction

JvsLayout change layout by route and uri, (*1)

Requirements

  • Zend Framework 2

Instalation

Add "marcusamatos/jvslayout": "1.*" to composer.json and update, (*2)

How to use

By Route Default:


return array( 'router' => array( 'routes' => array( 'home' => array( 'type' => 'Zend\Mvc\Router\Http\Literal', 'options' => array( 'route' => '/', 'defaults' => array( 'controller' => 'Application\Controller\Index', 'action' => 'index', 'layout' => 'layout/home' ), ), ) ) );

By Config:


return array( 'jvs-layout' => array( 'uri' => array( '/news' => 'layout/news', '/admin*' => 'layout/admin' ); ); );

The Versions

12/03 2015

dev-master

9999999-dev https://github.com/marcusamatos/jvslayout

JvsLayout provides a suite of classes to layout manager.

  Sources   Download

The Requires

 

zf2 module developer zendframework2 jvs jvslayout

12/03 2015

1.0.0

1.0.0.0 https://github.com/marcusamatos/jvslayout

JvsLayout provides a suite of classes to layout manager.

  Sources   Download

The Requires

 

zf2 module developer zendframework2 jvs jvslayout

04/09 2014

0.0.1

0.0.1.0 https://github.com/marcusamatos/jvslayout

JvsLayout provides a suite of classes to layout manager.

  Sources   Download

The Requires

 

zf2 module developer zendframework2 jvs jvslayout