Inversion of Control Container for PHP?
        Posted  
        
            by George Mauer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by George Mauer
        
        
        
        Published on 2008-09-09T14:51:12Z
        Indexed on 
            2010/03/29
            8:33 UTC
        
        
        Read the original article
        Hit count: 715
        
I am trying to code TDD style in PHP and one of my biggest stumbling blocks (other than lack of a decent IDE) is that I have to make my own hacked together IoC container just to inject all my mock objects properly.
Has anyone used an Ioc container in php? All I've been able to find is PHP IOC on the ever-annoying phpclasses.org and it seems to have almost no documentation and not much of a following.
© Stack Overflow or respective owner