We've got a ZF1 application that we need to do some refactoring on, and one of the big changes we want to make is to make the code much more testable by introducing dependency injection and/or service locators.
I see that there's been a lot of work in this area in ZF2 (the Zend/Di library) and that it's in at least prototype implementation stage, so I'm wondering if 1) that work is far enough along to use in production code at this point, and 2) if it's possible to use the ZF2 Zend/Di library in a ZF1 application? If not, does anybody have experience / recommendations for using other DI containers (Symfony, etc.) in ZF1 applications? BTW, I'm assuming that ZF2 as a whole is not ready for production usage. Is there a rough schedule for ZF2 alpha/beta/release dates? thx, Chris
