Files
yii/framework/cli/views/webapp/index.php
qiang.xue 662798d8a5
2008-09-28 12:03:53 +00:00

12 lines
329 B
PHP

<?php
// change the following paths if necessary
$yiiFramework='{YiiPath}';
$configFile=dirname(__FILE__).'/protected/config/main.php';
// remove the following line when in production mode
defined('YII_DEBUG') or define('YII_DEBUG',true);
require_once($yiiFramework);
Yii::createWebApplication($configFile)->run();