首页 > PHP资讯 > PHP培训技术 > Yii分析1:web程序入口(1)

Yii分析1:web程序入口(1)

PHP培训技术

以下分析基于Yii v1.0.6

 

Yii_PATH表示framework的路径

 

通常使用Yii框架的index.php程序如下:

PHP
// change the following paths if necessary $yii = dirname(__FILE__).'/protected/lib/Yii/framework/yii.php'; $config = dirname(__FILE__).'/protected/config/main.php'; // remove the following line when in production mode defined('YII_DEBUG') or define('YII_DEBUG',true); require_once $yii; $app = Yii::CreateWebApplication($config); $app->run();

PHP培训技术

本文由欣才IT学院整理发布,未经许可,禁止转载。
支持40不支持0