The current DI container does not support a lot of features that modern containers offer (one of them is autowiring).
There has been an effort to modernize the DI container (Container folder in this project) but that too has some implementations missing.
A new container will need to be built, that will be simpler, faster and used throughout the framework. This new container will replace the implementation in Container. Later steps will promote this new container to be the sole container for the framework.
It will also be ported in cphalcon
The current DI container does not support a lot of features that modern containers offer (one of them is autowiring).
There has been an effort to modernize the DI container (Container folder in this project) but that too has some implementations missing.
A new container will need to be built, that will be simpler, faster and used throughout the framework. This new container will replace the implementation in
Container. Later steps will promote this new container to be the sole container for the framework.It will also be ported in cphalcon