项目作者: ismail0234

项目描述 :
Phalcon 3.x BB Debugger Strong and easy install.
高级语言: HTML
项目地址: git://github.com/ismail0234/phalcon-bb-debugger.git
创建时间: 2019-03-24T18:33:45Z
项目社区:https://github.com/ismail0234/phalcon-bb-debugger

开源协议:MIT License

下载


Latest Stable Version
Total Downloads
Monthly Downloads
License

Phalcon BB Debugger

  • Phalcon Version: 3.x
  • BB Debugger Version: 1.0.3

Change Log

What is BB Debugger ?

The bb debugger, written for the phalcon framework, provides developers with lots of information, such as your sql queries, the amount of ram used on the page, and your page-opening speed.

Composer Install Files

  1. composer require ismail0234/phalcon-bb-debugger

How to Install BB Debugger ?

  1. You should download the latest version from the Releases section. (or install composer files)
  2. $config->application->libraryDir discard the folder where your library files are located.
  3. In the config/config.php file, define ‘developerMode’ => true into the application array.
  4. The following code into the config/loader.php file is $loader = new\Phalcon\Loader(); add after.
    ```php
    <?php

$loader = new \Phalcon\Loader();

/ BB DEBUGGER V1.0.2 /
if ($config->application->developerMode) {

  1. $namespaces = array_merge($loader->getNamespaces(), array('BBDebugger'=> $config->application->libraryDir . 'BBDebugger'));
  2. $loader->registerNamespaces($namespaces)->register();
  3. $bbdebugger = new \BBDebugger\BBDebugger($di);
  4. $bbdebugger->start();

}
```

  1. Enjoy the fun!

ScreenShot (v1.0.0)

Sql Querys

BB Debugger Phalcon Querys

Server Variables

BB Debugger Phalcon Servers

Cookies

BB Debugger Phalcon Cookies