- Modular Programming with PHP 7
- Branko Ajzele
- 101字
- 2021-07-14 10:05:57
Preface
Building modular applications is a challenging task. It involves a wide spectrum of knowledge, ranging from design patterns and principles to the ins and outs of the chosen technology stack. The PHP ecosystem has quite a selection of tools, libraries, frameworks, and platforms to assist us with our goal of modular application development.
PHP 7 brings a lot of improvements that can further assist achieving that goal. We will start our journey by looking into some of these improvements. By the end of this book, our final delivery will be a modular web shop application built by the Symfony framework.
推薦閱讀
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- 深入淺出WPF
- Elasticsearch for Hadoop
- Apache Spark 2.x for Java Developers
- Unity UI Cookbook
- 詳解MATLAB圖形繪制技術(shù)
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- Android應(yīng)用開發(fā)實(shí)戰(zhàn)
- Angular Design Patterns
- Visual Basic語(yǔ)言程序設(shè)計(jì)基礎(chǔ)(第3版)
- Mastering ASP.NET Web API
- Learning NHibernate 4
- Python機(jī)器學(xué)習(xí)(原書第3版)
- 嵌入式Linux C語(yǔ)言程序設(shè)計(jì)基礎(chǔ)教程(微課版)
- Java并發(fā)編程實(shí)戰(zhàn)