Blogger Information
Blog 4
fans 0
comment 1
visits 4412
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
ThinkPHP5.1新手笔记:内容整理
一嗔
Original
238 people have browsed it

    ————根据《thinkphp5.1完全开发手册》整理


    PHP如何与外界沟通?PHP以请求/响应为周期运行服务端程序。客户端与服务端程序的每一次交互(无论是来自浏览器、命令行还是REST API)都是以请求进入服务端程序的,当接收到请求以后,程序启动=》处理请求=》产生响应=》返回给客户端=》程序关闭。每一个请求都在重复此交互过程。与原生PHP开发相比,Thinkphp提供了实现此交互过程的简便方式。主要是以MVC为基础,建立类库,并有机组合这些类。 

    个人认为,ThinkPHP5.1的知识可以分为基础知识、核心知识和辅助知识。学完基础知识和核心知识已经可以做出站点,但辅助知识可以让站点更完善。


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post