index.php 236 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 <?php defined('YII_DEBUG') or define('YII_DEBUG', true); require(__DIR__ . '/../../framework/yii.php'); $config = require(__DIR__ . '/protected/config/main.php'); $application = new yii\web\Application($config); $application->run();