yiiDebug); defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', $env->yiiTraceLevel); if ($env->getMode() == 'DEVELOPMENT') defined('LOG_VIEW_NAMES') or define('LOG_VIEW_NAMES',true); // run Yii app //$env->showDebug(); // show produced environment configuration require_once($env->yiiPath); $env->runYiiStatics(); // like Yii::setPathOfAlias() Yii::createWebApplication($env->config)->run();