Autowiring Part One

Containers really earn their money when it comes to creating objects from complex dependency hierarchies.

Autowiring solves this problem using the Reflection API to recursively inspect constructor type-hints and instantiate the whole tree of dependencies. That's what we will learn to do now.


Complete and Continue  
Discussion

0 comments