A small tour in Symfony's Dependency Injection Component

preview_player
Показать описание
If you have been coding for a while you have for sure heard of Dependency Injection.
We will explain the concept of the dependency injection and then we will se a concrete implementation of it in action with Symfony's DependencyInjection Component.
Рекомендации по теме
Комментарии
Автор

But how to autoload the classes in the __construct of other classes without needing to do $container->get ?

RicardoMartinsAU