- Symfony2 Essentials
- Wojciech Bancer
- 132字
- 2021-07-16 20:06:56
Preface
PHP is currently one of the most popular languages in web development. Over time, the language itself has grown and become more mature. However, it still lacks good design patterns and good habits "by design". You can write a very good code with it, but you can also write very bad "spaghetti code".
Symfony2 is currently one of the most popular frameworks to speed up PHP development. It greatly helps you to create clean and reusable code, and it is the first framework that takes modern design patterns like DependencyInjection very seriously. It is also the first framework that uses features of PHP 5.3—namespaces, closures, and so on. By using this framework, you will be able to deliver more advanced and complicated web applications, suitable even for enterprise requirements.
- MySQL數(shù)據(jù)庫管理實戰(zhàn)
- Learning Docker
- Getting Started with ResearchKit
- 前端HTML+CSS修煉之道(視頻同步+直播)
- 深入實踐Kotlin元編程
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- Python 3 數(shù)據(jù)分析與機器學習實戰(zhàn)
- Java程序設計與項目案例教程
- Drupal 8 Development Cookbook(Second Edition)
- Data Manipulation with R(Second Edition)
- 你好!Java
- 產(chǎn)品架構評估原理與方法
- Python深度學習(第2版)
- micro:bit軟件指南
- MATLAB計算機視覺實戰(zhàn)