- Symfony2 Essentials
- Wojciech Bancer
- 199字
- 2021-07-16 20:06:57
Chapter 1. The Symfony Framework – Installation and Configuration
The Symfony framework is currently one of the most popular PHP frameworks existing within the PHP developer's environment. Version 2, which was released a few years ago, has been a great improvement, and in my opinion was one of the key elements for making the PHP ecosystem suitable for larger enterprise projects. The framework version 2.0 not only required the modern PHP version (minimal version required for Symfony is PHP 5.3.8), but also uses state-of-the-art technology — namespaces and anonymous functions. Authors also put a lot of efforts to provide long term support and to minimize changes, which break the compatibility between versions. Also, Symfony forced developers to use a few useful design concepts. The key one, introduced in Symfony, was DependencyInjection
.
Note
In most cases, the book will refer to the framework as Symfony2. If you want to look over the Internet or Google about this framework, apart from using Symfony
keyword you may also try to use the Symfony2
keyword This was the way recommended some time ago by one of the creators to make searching or referencing to the specific framework version easier in future.
- 多媒體CAI課件設(shè)計與制作導(dǎo)論(第二版)
- Bootstrap Site Blueprints Volume II
- Visual Basic 6.0程序設(shè)計計算機組裝與維修
- 跟“龍哥”學C語言編程
- 數(shù)據(jù)結(jié)構(gòu)與算法JavaScript描述
- Python王者歸來
- WordPress Plugin Development Cookbook(Second Edition)
- 匯編語言程序設(shè)計(第3版)
- Getting Started with Python Data Analysis
- 程序員修煉之道:通向務(wù)實的最高境界(第2版)
- Protocol-Oriented Programming with Swift
- JavaScript應(yīng)用開發(fā)實踐指南
- Python自然語言理解:自然語言理解系統(tǒng)開發(fā)與應(yīng)用實戰(zhàn)
- WildFly Cookbook
- 分布式架構(gòu)原理與實踐