标签:cWeb style c class blog code
1 // remove the following line when in production mode 2 defined(‘YII DEBUG‘) or define(‘YII DEBUG‘,true); 3 // include Yii bootstrap file 4 require once(‘path/to/yii/framework/yii.php‘); 5 // create application instance and run 6 $configFile=‘path/to/config/file.php‘; 7 Yii::createWebApplication($configFile)->run();
标签:cWeb style c class blog code
原文地址:http://www.cnblogs.com/lioos/p/3735705.html