- 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.
推薦閱讀
- 跟“龍哥”學(xué)C語(yǔ)言編程
- 青少年軟件編程基礎(chǔ)與實(shí)戰(zhàn)(圖形化編程三級(jí))
- Nginx Lua開(kāi)發(fā)實(shí)戰(zhàn)
- 好好學(xué)Java:從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- D3.js By Example
- Fast Data Processing with Spark(Second Edition)
- Mastering AWS Security
- Python商務(wù)數(shù)據(jù)分析(微課版)
- C++ System Programming Cookbook
- Python一行流:像專家一樣寫(xiě)代碼
- Python Programming for Arduino
- Python網(wǎng)絡(luò)爬蟲(chóng)實(shí)例教程(視頻講解版)
- Drupal 8 Development:Beginner's Guide(Second Edition)
- AutoCAD基礎(chǔ)教程
- 自己動(dòng)手構(gòu)建編程語(yǔ)言:如何設(shè)計(jì)編譯器、解釋器和DSL