![]() |
integrate symfony/dependency_injection to CI 2.3 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: integrate symfony/dependency_injection to CI 2.3 (/showthread.php?tid=79363) |
integrate symfony/dependency_injection to CI 2.3 - mouerr - 06-04-2021 Hello, Am using CI 2.3 and i want to integrate https://symfony.com/doc/current/components/dependency_injection.html to it, i found in stackoverflow that i can register the di container as a library or a third party but i don't want that because there is no autocomplete help, so is there a way to integrate DIĀ and use all the possible injections types https://symfony.com/doc/current/service_container/injection_types.html Thanks in advance. |