A small tour in Symfony's Dependency Injection Component

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 3

  • @duartecancela
    @duartecancela 10 หลายเดือนก่อน

    Subscribed!

  • @RicardoMartinsAU
    @RicardoMartinsAU ปีที่แล้ว

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

    • @zizoujab
      @zizoujab  ปีที่แล้ว

      at the end of the video I introduced a yaml file (github.com/zizoujab/DependencyInjectionComponent/blob/main/config/services.yaml) where we declare the HttpClientService along with others , this will remove the need of container->get