Hello,

following previous discussions about the template engine, OOP,
modernizing bugs.php.net application this one is about adding a
minimalistic dependency injection container.

Pull request is in preparation [1]

Short intro:
What are dependencies and what is dependency injection is briefly
described in the attached docs file in the pull request and in
numerous articles and blog posts around the community.

I really can't imagine a PHP application written in OOP without a
dependency injection container these days anymore. Similar approach as
with template layer, this one is written from scratch and follows some
good practices of other DIC implementations out there.

Maybe any thoughts in this regard?

Thank you.

[1] https://github.com/php/web-bugs/pull/70

-- 
Peter Kokot

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to