- Magento 2 Developer's Guide
- Branko Ajzele
- 121字
- 2021-07-30 09:53:24
Summary
In this chapter, we took a look at Composer, which is one of the first things that we will interact with when installing Magento. We then moved on to service contracts as one of the strongest Magento architectural parts, which turned out to be good old PHP interfaces in use. Further, we covered some bits about the Magento code generation feature. Thus, we have a basic knowledge of the Factory and Proxy classes. We then had a look at the var
directory and explored its role, especially during development. Finally, we touched upon the coding standards used in Magento.
In the next chapter, we will discuss the dependency injection, which is one of the most important architectural parts of Magento.
推薦閱讀
- Ceph Cookbook
- Learn to Create WordPress Themes by Building 5 Projects
- Flink SQL與DataStream入門、進階與實戰
- Mastering Python Scripting for System Administrators
- INSTANT Django 1.5 Application Development Starter
- Mastering Apache Spark 2.x(Second Edition)
- C語言課程設計
- 程序設計基礎教程:C語言
- Express Web Application Development
- 區塊鏈技術與應用
- GitHub入門與實踐
- OpenCV 3 Blueprints
- Python數據可視化之美:專業圖表繪制指南(全彩)
- 零基礎學Scratch 3.0編程
- Android高級開發實戰:UI、NDK與安全