EliteConf
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
test
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();
Generated on Sun Jun 2 2013 05:35:36 for EliteConf by
1.8.4