- 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.
- Clojure Programming Cookbook
- R語言數據分析從入門到精通
- 劍指JVM:虛擬機實踐與性能調優
- OpenNI Cookbook
- SAS數據統計分析與編程實踐
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- WordPress 4.0 Site Blueprints(Second Edition)
- Java Web開發就該這樣學
- 動手學數據結構與算法
- JavaScript程序設計(第2版)
- Vue.js應用測試
- Python網絡爬蟲技術與應用
- AI自動化測試:技術原理、平臺搭建與工程實踐
- Mastering ASP.NET Core 2.0
- C Primer Plus(第6版)中文版【最新修訂版】