[symfony-users] Re: Dependency injection component & conditionnal dependencies

2009-10-31 Thread Lukas Kahwe Smith
On 24.10.2009, at 00:43, jukea wrote: > > Hi, > > I just went through the whole DI documentation, but I'm still left > with 2 question : > > I want to build an environment where plugins will define services. > I'm planning have each plugin specify their own service definitions, > in XML too, whi

[symfony-users] Re: Dependency injection component & conditionnal dependencies

2009-10-23 Thread larry
Fabien Potencier wrote about the service container they were working toward earlier this year: http://fabien.potencier.org/article/16/symfony-service-container-the-need-for-speed That is a 6 part series about how he envisions dependency injection in Symfony. On Oct 23, 6:43 pm, jukea wrote:

[symfony-users] Re: Dependency injection component & conditionnal dependencies

2009-10-23 Thread david
This approach usually uses a registry that allows plugins to register their definitions. Think about how plugin:publish-assets works - moving front-end content to specific directories - providing, in a way, a registry of front-end assets. Then in your XML schema definition you have entries/at