Introduction 引言
This book is written in Chinese for Chinese PHP programmers (entry to intermediate level1).
1. This means he/she at least has a basic knowledge in Linux and PHP programming. 这意味着他/她具有Linux和PHP编程的基础知识。 ↩
本书以中文写成,面向中文PHP程序员(初级到中级水平)。
After reading through this book, the readers shall have a better understanding in the following areas:
阅读完此书后,读者应该对如下的领域有一个更好的理解:
- MVC structure of a typical web application
- 一个典型的Web应用所使用的MVC结构
- Symfony 3 installation, bootstrapping
- Symfony 3安装和自举式配置
- Important concepts and terminologies in Symfony 3
- Symfony 3中重要的概念和术语
- Controller, Routes, Entity, Repository, Templates
- 控制器,路由,实体,仓库,模板
- Bundle
- 包
We will build from scratch a personal book collection site to learn Symfony 3 framework. This site will have the following features:
我们将学习Symfony 3框架来从头建立一个个人书籍收藏站点。这个站点将有如下特性:
- A secured backend to CRUD a book entry and other related operations.
- 一个安全的后台来CRUD一本书籍和其它相关操作。
- A frontend to display book collections, and other related operations.
- 一个前台来显示书籍收藏和其它相关操作。
The full code repository can be found here.
本教程所有代码可以在这里下载。
Let's get started!
让我们开始吧!
(All other contents in this book will be written in Chinese.)
(本书其它内容将均以中文写成。)
2015.1.21Updated: 2016.3.17