2011年6月16日

摘要: 程序执行流程跟踪:1 index.php Yii::createWebApplication($config)->run(); //step 1 tracestep2 yii/framework/yiibase.php public static function createApplication($class,$config=null) { return new $class($config);//$class="CWebApplication"; }3 yii/framework/web/CWebApplication.php class CWebApplica 阅读全文
posted @ 2011-06-16 11:42 天空尚兰 阅读(766) 评论(0) 推荐(0) 编辑

导航