多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[TOC] ***** ## 1 更新记录 > 2016-7-28 >> [7.28自动加载](http://www.kancloud.cn/zmwtp/tp5/184749) > 2016-5-19 >> [php的字符串操作](http://www.kancloud.cn/zmwtp/tp5/155195) > 2016-5-5 >> [php的PDO](http://www.kancloud.cn/zmwtp/tp5/148792) > 2016-5-4 >> [5.4(新数据库驱动)](http://www.kancloud.cn/zmwtp/tp5/148314) > 2016-4-27 >> [php的接口](http://www.kancloud.cn/zmwtp/tp5/145711) >> [4.27(新模型Model)](http://www.kancloud.cn/zmwtp/tp5/145712) > 2016-4-20 >> [4.20(验证类,助手函数,数据库重构)](http://www.kancloud.cn/zmwtp/tp5/142945)(tp5最近更新功能) > 2016-4-11 >> [php会话控制](http://www.kancloud.cn/zmwtp/tp5/139443) > 2016-3-28 >> [D:控制台](http://www.kancloud.cn/zmwtp/tp5/120858) >> [心:控制台详解](http://www.kancloud.cn/zmwtp/tp5/131894) >> [另:控制台](http://www.kancloud.cn/zmwtp/tp5/120829)(控制台的使用) >2016-3-25 >> [章节说明](http://www.kancloud.cn/zmwtp/tp5/120709)(增加composer包模式) >> [框架引导](http://www.kancloud.cn/zmwtp/tp5/119425)(增加composer包模式) >>调整框架结构 同步github版本 > 2016-3-21 >> [php的正则表达式](http://www.kancloud.cn/zmwtp/tp5/128952) > 2016-3-20 >> [心:模板详解(二)](http://www.kancloud.cn/zmwtp/tp5/127351) > 2016-3-19 >> [php的闭包函数](http://www.kancloud.cn/zmwtp/tp5/128953) > 2016-3-18 >> [心:模板详解](http://www.kancloud.cn/zmwtp/tp5/127351) > 2016-3-17 >> [附:日志记录](http://www.kancloud.cn/zmwtp/tp5/119437) >> [心:url路由详解](http://www.kancloud.cn/zmwtp/tp5/127349) > 2016-3-16 >> [php的trait机制](http://www.kancloud.cn/zmwtp/tp5/124931) >> [心:输入输出详解](http://www.kancloud.cn/zmwtp/tp5/127350) > 2016-3-15 >> [心:加载器详解](http://www.kancloud.cn/zmwtp/tp5/127348) >> [心:配置详解](http://www.kancloud.cn/zmwtp/tp5/127347) >> [心:整体结构](http://www.kancloud.cn/zmwtp/tp5/127346) >> [主:应用启动](http://www.kancloud.cn/zmwtp/tp5/119426)(排版优化) >> [主:应用调度](http://www.kancloud.cn/zmwtp/tp5/119428)(排版优化) > 2016-3-14 >> [php的反射]( http://www.kancloud.cn/zmwtp/tp5/119469) > 2016-3-12 >> [综合应用](http://www.kancloud.cn/zmwtp/tp5/120300) > 2016-3-11 >> [php的自动加载]( http://www.kancloud.cn/zmwtp/tp5/119447) >> [php的魔术方法](http://www.kancloud.cn/zmwtp/tp5/121031) > 2016-3-10 >> [php的命名空间](http://www.kancloud.cn/zmwtp/tp5/119446) > 2016-3-9 >> [D:配置解析](http://www.kancloud.cn/zmwtp/tp5/120857) >> [D:控制器扩展](http://www.kancloud.cn/zmwtp/tp5/120859) >> [D:模型扩展](http://www.kancloud.cn/zmwtp/tp5/120863) >> [D:模板解析](http://www.kancloud.cn/zmwtp/tp5/120867) >> [D:模板标签库](http://www.kancloud.cn/zmwtp/tp5/120866) > 2016-2-29 > > [D:缓存驱动](http://www.kancloud.cn/zmwtp/tp5/120856) > > [D:数据库驱动](http://www.kancloud.cn/zmwtp/tp5/120860) > > [D:session驱动](http://www.kancloud.cn/zmwtp/tp5/120865) > > [另:模板解析](http://www.kancloud.cn/zmwtp/tp5/120830) > > [php的composer](http://www.kancloud.cn/zmwtp/tp5/120009) >2016-6-27 >> [另:开发调试](http://www.kancloud.cn/zmwtp/tp5/120832) >> [另:错误处理](http://www.kancloud.cn/zmwtp/tp5/120833) >> [另:Url操作](http://www.kancloud.cn/zmwtp/tp5/119440) >> [另:数据输入](http://www.kancloud.cn/zmwtp/tp5/120825) >> [另:语言包管理](http://www.kancloud.cn/zmwtp/tp5/120834) >2016-2-26 >> [另:数据缓存](http://www.kancloud.cn/zmwtp/tp5/120828) >> [另:cookie操作](http://www.kancloud.cn/zmwtp/tp5/120826) >> [另:控制台](http://www.kancloud.cn/zmwtp/tp5/120829) > 2016-2-25 >> [另:辅助函数](http://www.kancloud.cn/zmwtp/tp5/120824) >> [视图渲染控制](http://www.kancloud.cn/zmwtp/tp5/120197) ## 2 目录导航(已完成章节) [ 框架流程:think5的框架运行流程](http://www.kancloud.cn/zmwtp/tp5/119423) > [前:章节说明](http://www.kancloud.cn/zmwtp/tp5/120709) > [主:入口文件(index.php)](http://www.kancloud.cn/zmwtp/tp5/119424) > [主:框架引导文件(start.php)](http://www.kancloud.cn/zmwtp/tp5/119425) > [主:应用启动文件(App.php)](http://www.kancloud.cn/zmwtp/tp5/119426) > [主:应用调度分析(App.php)](http://www.kancloud.cn/zmwtp/tp5/119428) > [C:应用控制器文件(Controller.php)](http://www.kancloud.cn/zmwtp/tp5/119427) > [M:数据模型文件(Model.php)](http://www.kancloud.cn/zmwtp/tp5/120141) > [V:视图操作文件(View.php)](http://www.kancloud.cn/zmwtp/tp5/120142) > [附:应用启动文件(App.php)](http://www.kancloud.cn/zmwtp/tp5/119429) > [附:全局变量文件(base.php)](http://www.kancloud.cn/zmwtp/tp5/119430) > [附:模式配置文件(common.php)](http://www.kancloud.cn/zmwtp/tp5/119432) > [附:全局配置文件(convention.php)](http://www.kancloud.cn/zmwtp/tp5/119434) > [附:自动加载器(Loader.php)](http://www.kancloud.cn/zmwtp/tp5/119431) > [附:自动生成文件(Build.php)](http://www.kancloud.cn/zmwtp/tp5/119436) > [附:监听回调注册文件(Hook.php)](http://www.kancloud.cn/zmwtp/tp5/119435) > [附:全局路由文件(Route.php)](http://www.kancloud.cn/zmwtp/tp5/119438) > [附:数据输出文件(Response.php)](http://www.kancloud.cn/zmwtp/tp5/119439) > [附:日志记录(Log.php)](http://www.kancloud.cn/zmwtp/tp5/119437) [框架工具:think5重要文件](http://www.kancloud.cn/zmwtp/tp5/120831) > [另:辅助函数(helper.php)](http://www.kancloud.cn/zmwtp/tp5/120824) > [另:数据缓存(Cache.php)](http://www.kancloud.cn/zmwtp/tp5/120828) > [另:cookie操作(Cookie.php)](http://www.kancloud.cn/zmwtp/tp5/120826) > [另:控制台(Console.php)](http://www.kancloud.cn/zmwtp/tp5/120829) > [另:开发调试(Debug.php)](http://www.kancloud.cn/zmwtp/tp5/120832) > [另:错误处理(Error.php)](http://www.kancloud.cn/zmwtp/tp5/120833) > [另:Url操作(Url.php)](http://www.kancloud.cn/zmwtp/tp5/119440) > [另:加载器实例化(Loader.php)](http://www.kancloud.cn/zmwtp/tp5/120008) > [另:数据输入(Input.php)](http://www.kancloud.cn/zmwtp/tp5/120825) > [另:语言包管理(Lang.php)](http://www.kancloud.cn/zmwtp/tp5/120834) > [另:session操作(Session.php)](http://www.kancloud.cn/zmwtp/tp5/120827) > [另:模板解析(Template.php)](http://www.kancloud.cn/zmwtp/tp5/120830) [框架驱动:think5的驱动扩展](http://www.kancloud.cn/zmwtp/tp5/120855) > [D:配置解析(\config)](http://www.kancloud.cn/zmwtp/tp5/120857) > [D:控制器扩展(\controller)](http://www.kancloud.cn/zmwtp/tp5/120859) > [D:模型扩展(\model)](http://www.kancloud.cn/zmwtp/tp5/120863) > [D:数据库驱动(\db)](http://www.kancloud.cn/zmwtp/tp5/120860) > [D:模板解析(\view)](http://www.kancloud.cn/zmwtp/tp5/120867) > [D:模板标签库(\template)](http://www.kancloud.cn/zmwtp/tp5/120866) > [D:session驱动(\session)](http://www.kancloud.cn/zmwtp/tp5/120865) > [D:缓存驱动(\cache)](http://www.kancloud.cn/zmwtp/tp5/120856) > [D:控制台(\console)](http://www.kancloud.cn/zmwtp/tp5/120858) [基础原理:think5相关基础知识](http://www.kancloud.cn/zmwtp/tp5/119444) > [php的魔术方法](http://www.kancloud.cn/zmwtp/tp5/121031) > [php的命名空间](http://www.kancloud.cn/zmwtp/tp5/119446) > [php的自动加载]( http://www.kancloud.cn/zmwtp/tp5/119447) > [php的composer](http://www.kancloud.cn/zmwtp/tp5/120009) > [php的反射]( http://www.kancloud.cn/zmwtp/tp5/119469) > [php的trait机制](http://www.kancloud.cn/zmwtp/tp5/124931) > [php的正则表达式](http://www.kancloud.cn/zmwtp/tp5/128952) > [php的闭包函数](http://www.kancloud.cn/zmwtp/tp5/128953) > [php会话控制](http://www.kancloud.cn/zmwtp/tp5/139443) > [php的接口](http://www.kancloud.cn/zmwtp/tp5/145711) > [php的PDO](http://www.kancloud.cn/zmwtp/tp5/148792) [使用范例:think5的使用范例](http://www.kancloud.cn/zmwtp/tp5/119441) > [服务器与框架的安装](http://www.kancloud.cn/zmwtp/tp5/120287) > [控制器操作](http://www.kancloud.cn/zmwtp/tp5/119443) > [数据模型操作](http://www.kancloud.cn/zmwtp/tp5/120196) > [视图渲染控制](http://www.kancloud.cn/zmwtp/tp5/120197) > [综合应用](http://www.kancloud.cn/zmwtp/tp5/120300) [框架心得:think5设计总结](http://www.kancloud.cn/zmwtp/tp5/119449) > [心:整体结构](http://www.kancloud.cn/zmwtp/tp5/127346) > [心:配置详解](http://www.kancloud.cn/zmwtp/tp5/127347) > [心:加载器详解](http://www.kancloud.cn/zmwtp/tp5/127348) > [心:输入输出详解](http://www.kancloud.cn/zmwtp/tp5/127350) > [心:url路由详解](http://www.kancloud.cn/zmwtp/tp5/127349) > [心:模板详解](http://www.kancloud.cn/zmwtp/tp5/127351) > [心:控制台详解](http://www.kancloud.cn/zmwtp/tp5/131894)