2017 © Pedro Peláez
 

library zend-developer-tools

Module for developer and debug tools for working with the ZF2 MVC layer.

image

proprietes-privees/zend-developer-tools

Module for developer and debug tools for working with the ZF2 MVC layer.

  • Tuesday, February 2, 2016
  • by proprietes-privees
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Zend Developer Tools

Module providing debug tools for working with the Zend Framework 2 MVC layer., (*1)

Installation

  1. Install the module via composer by running:, (*2)

    php composer.phar require zendframework/zend-developer-tools:dev-master
    

    or download it directly from github and place it in your application's module/ directory., (*3)

  2. Add the ZendDeveloperTools module to the module section of your config/application.config.php
  3. Copy ./vendor/zendframework/zend-developer-tools/config/zenddevelopertools.local.php.dist to ./config/autoload/zenddevelopertools.local.php. Change any settings in it according to your needs.
  4. If server version of PHP is lower than 5.4.0 add the following in your index.php:, (*4)

    define('REQUEST_MICROTIME', microtime(true));
    

    Note: The displayed execution time in the toolbar will be highly inaccurate if you don't define REQUEST_MICROTIME in PHP < 5.4.0., (*5)

If you wish to profile Zend\Db queries, you will have to install and enable BjyProfiler., (*6)

The Versions

02/02 2016

dev-master

9999999-dev

Module for developer and debug tools for working with the ZF2 MVC layer.

  Sources   Download

BSD-3-Clause

The Requires

 

debug zf2 module developer

02/02 2016

1.0

1.0.0.0

Module for developer and debug tools for working with the ZF2 MVC layer.

  Sources   Download

BSD-3-Clause

The Requires

 

debug zf2 module developer