Tagged Questions
2
votes
1answer
382 views
Dependency Injection: Only for single-instance objects?
What if I want to also decouple my application, from classes like Product or User? (which usually have more than one instance)
Take a look at this example:
class Controller {
public function ...