Dependency Injection and Inversion of Control

Hi Guys,

I was just looking around for an hour or so if Yii supports DI and IoC. Just some questions about it 2 years ago.

Is there anything built in like that?

Yii supports some kind of DI/IOC for application components (setter/property injection via config). Any specific questions/needs?

What are the pro/cons of one over the other ?

You can find my extension here: http://www.yiiframework.com/forum/index.php/topic/52957-yii-dependency-injection-container/

Hope help :)