proprietes-privees/zend-developer-tools
Composer 安装命令:
composer require proprietes-privees/zend-developer-tools
包简介
Module for developer and debug tools for working with the ZF2 MVC layer.
关键字:
README 文档
README
Module providing debug tools for working with the Zend Framework 2 MVC layer.
Installation
-
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. -
Add the
ZendDeveloperToolsmodule to the module section of yourconfig/application.config.php -
Copy
./vendor/zendframework/zend-developer-tools/config/zenddevelopertools.local.php.distto./config/autoload/zenddevelopertools.local.php. Change any settings in it according to your needs. -
If server version of PHP is lower than 5.4.0 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_MICROTIMEin PHP < 5.4.0.
If you wish to profile Zend\Db queries, you will have to install and enable
BjyProfiler.
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-02-02