Introduction 引言

    本书以中文写成,面向中文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安装和自举式配置
    • Symfony 3中重要的概念和术语
      • Controller, Routes, Entity, Repository, Templates
      • 控制器,路由,实体,仓库,模板
      • Bundle
    • 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!

    让我们开始吧!

    (本书其它内容将均以中文写成。)

    TR@SOE

    2015.1.21Updated: 2016.3.17