YII 处理流程简析

1, index.php , CApplication->run

2,framework\base\CApplication.php , CWebApplication->processRequest

3,framework\web\CWebApplication.php , CWebApplication->runController

4,framework\web\CWebApplication.php , CController->run

5,framework\web\CController.php , CController->runActionWithFilters

6,framework\web\CController.php , CController->runAction

7,framework\web\CController.php , CInlineAction->runWithParams


8,framework\web\actions\CInlineAction.php , OrderController->actionIndex


9,protected\controllers\OrderController.php , CController->render


10, framework\web\CController.php  , CController->processOutput


11,framework\web\CController.php , CClientScript->render

相关推荐