- Mastering Symfony
- Sohail Salehi
- 98字
- 2021-07-16 11:28:58
Chapter 2. The Request and Response Life Cycle
This chapter is a quick look at Symfony's fundamental features. We will use the request/response life cycle as a tool to discuss Model-View-Controller (MVC) in general and explore Symfony concepts such as routing, action (or controller, if you like), TWIG, Doctrine, and application setup. We will have a look at bundles and see how all of these concepts are organized in a bundle. Apart from creating a new bundle in this chapter, we will discuss the installation and how to modify and use bundles created by other developers.
推薦閱讀
- Practical DevOps
- 算法訓練營:提高篇(全彩版)
- NGINX Cookbook
- Node Cookbook(Second Edition)
- Oracle數據庫編程經典300例
- Deep Learning with R Cookbook
- 石墨烯改性塑料
- Sails.js Essentials
- Java面試一戰到底(基礎卷)
- Flask Web開發實戰:入門、進階與原理解析
- Daniel Arbuckle's Mastering Python
- Odoo Development Essentials
- AVR單片機C語言非常入門與視頻演練
- OpenCV Computer Vision with Python
- C++ Multithreading Cookbook