您的位置:首页 > 编程语言 > PHP开发

如何基于Symfony Components创建你的php框架(目录)

2015-07-15 23:20 681 查看
创建你的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

查看原文
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  symfony Framework PHP