Giter Club home page Giter Club logo

zenddevelopertools's Introduction

Zend Developer Tools

Module providing debug tools for working with the Zend Framework 2 MVC layer.

Installation

  1. Install the module via composer by running:

    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.

  2. Add the ZendDeveloperTools module to the module section of your config/application.config.php

  3. Copy ZendDeveloperTools/config/zenddevelopertools.local.php.dist to ./config/autoload/zenddevelopertools.local.php. Change any settings in it according to your needs.

  4. Add the following in your index.php:

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

    Note: The displayed execution time in the toolbar will be highly inaccurate if you don't define REQUEST_MICROTIME.

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

zenddevelopertools's People

Contributors

b-durand avatar basz avatar bjyoungblood avatar coss avatar dawinterfeldt avatar diemuzi avatar dmitryvarennikov avatar dshafik avatar evandotpro avatar freeaqingme avatar hounddog avatar kk0nstantin avatar localheinz avatar maks3w avatar mhujer avatar moura137 avatar mpalourdio avatar neoglez avatar ocramius avatar roman-1983 avatar samsonasik avatar sasezaki avatar veewee avatar weierophinney avatar ze-pequeno avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.