Re: [fw-general] Using a DI Container with Zend_Application

2009-06-17 Thread keith Pope
2009/6/16 Matthew Weier O'Phinney matt...@zend.com: -- Benjamin Eberlei kont...@beberlei.de wrote (on Tuesday, 16 June 2009, 09:54 PM +0200): I have written a blog post on how to integrate the Yadif DI container with Zend_Application (to replace Zend_Registry). It uses Application Resources as

[fw-general] Using a DI Container with Zend_Application

2009-06-16 Thread Benjamin Eberlei
Hello, I have written a blog post on how to integrate the Yadif DI container with Zend_Application (to replace Zend_Registry). It uses Application Resources as instances of the DI container and allows to use them as dependencies for any objects that are instantiated through the container.

Re: [fw-general] Using a DI Container with Zend_Application

2009-06-16 Thread Matthew Weier O'Phinney
-- Benjamin Eberlei kont...@beberlei.de wrote (on Tuesday, 16 June 2009, 09:54 PM +0200): I have written a blog post on how to integrate the Yadif DI container with Zend_Application (to replace Zend_Registry). It uses Application Resources as instances of the DI container and allows to use