EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
index-test.php
Go to the documentation of this file.
1 <?php
7 // change the following paths if necessary
8 $yii=dirname(__FILE__).'/../yii/framework/yii.php';
9 $config=dirname(__FILE__).'/protected/config/test.php';
10 
11 // remove the following line when in production mode
12 defined('YII_DEBUG') or define('YII_DEBUG',true);
13 
14 require_once($yii);
15 Yii::createWebApplication($config)->run();