- 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.
- JavaScript百煉成仙
- CockroachDB權威指南
- Learning Apex Programming
- 編寫整潔的Python代碼(第2版)
- Web Development with Django Cookbook
- Designing Hyper-V Solutions
- 21天學通C++(第6版)
- GeoServer Beginner's Guide(Second Edition)
- BeagleBone Black Cookbook
- Learning AngularJS for .NET Developers
- GameMaker Essentials
- .NET 4.5 Parallel Extensions Cookbook
- 并行編程方法與優化實踐
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Apache Solr PHP Integration