创建你的php框架
- Introduction
- Why would you Like to Create your Own Framework?
- Before You Start
- Bootstrapping
- Dependency Management
- Our Project
- The HttpFoundation Component
- Going OOP with the HttpFoundation Component
- The Front Controller
- The Routing Component
- Templating
- The HttpKernel Component: the Controller Resolver
- The Separation of Concerns
- Unit Testing
- The EventDispatcher Component
- The HttpKernel Component: HttpKernelInterface
- The HttpKernel Component: The HttpKernel Class
- The DependencyInjection Component

本文详细介绍了如何创建自己的PHP框架,包括依赖管理、HTTP基础组件、面向对象编程、控制器、路由、模板、内核组件等关键部分,强调了分离关注点和单元测试的重要性。
1106

被折叠的 条评论
为什么被折叠?



