On 12/6/10 9:06 PM, Florian wrote:
Ok I should have reformulated my question:

I know it's actually impossible to do that, but the goal of my
question is: How to bypass the problem ?

A Paginator is probably not an object you want to manage with the DIC.

The DIC is good at managing "global" objects like a logger, the user (from the session), a database connection, ... all the objects for which you only need one instance. For everything else, the DIC is not the solution (like your model objects for instance -- you need many articles, products, ...).

Fabien

Do I have to modify the lib to work with setters injection ?

On Dec 6, 8:59�pm, Florian<sideral.undergro...@gmail.com>  wrote:
Hi,

simple question:

Is it possible to inject dependency at runtime with SF2 DI container ?

For example, I'm using a Zend\Paginator\Paginator who needs an adapter
as first argument of its constructor.
This adapter needs a Doctrine Query object as first argument of its
constructor too.

Can I inject the Query object at runtime, like this ?

$this->container->getPaginatorService($query);

Thanks!
Florian.


--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to