[symfony-users] Re: environment specific service configuration for dependency injection

2009-10-05 Thread Bruno Reis
But that is the "oposite" of what I want. There you have specific env settings extending a common session setting. What I want is common setting extending specific environment ones. Thats is because I´ll have my "core" components in the env conf and these will have mocks. The specific confs wont h

[symfony-users] Re: environment specific service configuration for dependency injection

2009-10-05 Thread noel guilbert
Hi, There is a pretty good example about this in the documentation (at the end of the capter) : http://components.symfony-project.org/dependency-injection/trunk/book/05-Service-Description On Mon, Oct 5, 2009 at 6:04 PM, Bruno Reis wrote: > > I´m looking at the symfony DI containers. I see I c