2017 © Pedro Peláez
 

library lfj-error-layout

LfjErrorLayout is a ZF2 module that allows you to use an alternative layout when a dispatch errors occur.

image

lorenzoferrarajr/lfj-error-layout

LfjErrorLayout is a ZF2 module that allows you to use an alternative layout when a dispatch errors occur.

  • Tuesday, February 4, 2014
  • by lorenzoferrarajr
  • Repository
  • 1 Watchers
  • 1 Stars
  • 800 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

LfjErrorLayout

Version 1.0 Created By Lorenzo Ferrara Junior, (*1)

Introduction

LfjErrorLayout is a ZF2 module that allows you to use an alternative layout when a dispatch errors occur., (*2)

Usage

To enable the module just add it to your application.config.php file., (*3)

Note that you must add it before any other module or your custom configuration options could be replaced with the default ones!, (*4)

Configuration

Optionally, you can configure your custom layout/error, error/404 and error/index paths in the view_manager option in any module configuration:, (*5)

return array(
    [...]
    'view_manager' => array(
        [...]
        'layout/error'           => __DIR__ . '/../view/layout/error.phtml',
        'error/404'              => __DIR__ . '/../view/error/404.phtml',
        'error/index'            => __DIR__ . '/../view/error/index.phtml',
        [...]
    )
    [...]
);

The Versions

04/02 2014

dev-master

9999999-dev https://github.com/lorenzoferrarajr/LfjErrorLayout

LfjErrorLayout is a ZF2 module that allows you to use an alternative layout when a dispatch errors occur.

  Sources   Download

The Requires

  • php >=5.3

 

zf2

04/02 2014

v1.0.0

1.0.0.0 https://github.com/lorenzoferrarajr/LfjErrorLayout

LfjErrorLayout is a ZF2 module that allows you to use an alternative layout when a dispatch errors occur.

  Sources   Download

The Requires

  • php >=5.3

 

zf2

04/02 2014

v1.0.1

1.0.1.0 https://github.com/lorenzoferrarajr/LfjErrorLayout

LfjErrorLayout is a ZF2 module that allows you to use an alternative layout when a dispatch errors occur.

  Sources   Download

The Requires

  • php >=5.3

 

zf2