引言
最后更新于:2022-04-01 22:36:41
> 原文出处:https://taylorr.gitbooks.io/building-a-web-site-with-symfony
> 作者:[TR@SOE](mailto:taylor.ren@gmail.com)
# Introduction 引言
This book is written in Chinese for Chinese PHP programmers (entry to intermediate level[1]()).
> 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](https://github.com/taylorren/rsywx_tutorial).
本教程所有代码可以在[这里](https://github.com/taylorren/rsywx_tutorial)下载。
Let's get started!
让我们开始吧!
(All other contents in this book will be written in Chinese.)
(本书其它内容将均以中文写成。)
[TR@SOE](mailto:taylor.ren@gmail.com)
2015.1.21 Updated: 2016.3.17
';