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

2009-06-16 Thread keith Pope
2009/6/16 Matthew Weier O'Phinney : > -- Benjamin Eberlei 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 contai

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

2009-06-16 Thread Matthew Weier O'Phinney
-- Benjamin Eberlei 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 them as dependencie

[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. http