学习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的模板解析类