- 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.
- Django+Vue.js商城項目實戰
- TypeScript Blueprints
- Maven Build Customization
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Learning Neo4j 3.x(Second Edition)
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- PostgreSQL Replication(Second Edition)
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- 批調度與網絡問題的組合算法
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- 新印象:解構UI界面設計
- IoT Projects with Bluetooth Low Energy
- 單片機原理及應用技術
- Visual Basic程序設計實驗指導及考試指南
- 生成藝術:Processing視覺創意入門