コード例 #1
0
ファイル: bootstrap.php プロジェクト: servicerunner/li3_debug
<?php

use lithium\core\Environment;
if (!Environment::is('production')) {
    \li3_debug\extensions\storage\Debugger::init();
}