學習ThinPHP框架:
一、core.php Think\Think::start();
二、Think.class.php App::run();
三、runtime.php
四、App.class.php
1.init
2.exec (繼續)
3.run
'Behavior\BuildLiteBehavior'
'Behavior\ReadHtmlCacheBehavior'
'Behavior\ShowPageTraceBehavior'
hook.class.php
五、Dispatcher.class.php
六、App.class.php(App::exec)
在執行IndexAction.class.php,有extends 繼承Controller.class.php
七、基類 Controller.class.php(View assign display show)
八、試圖類 View.class.php
九、 ParseTemplateBehavior.class.php 模板解析
Template.class.php ThinkPHP的模板解析類