ready to use design pattern APIs for PHP?
        Posted  
        
            by ajsie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ajsie
        
        
        
        Published on 2010-04-24T02:59:16Z
        Indexed on 
            2010/04/24
            3:03 UTC
        
        
        Read the original article
        Hit count: 290
        
i know that in Java you can use their built-in APIs for design pattern.
eg. if you want to use the observer pattern, you just have to extend your Subject class with the Observable class.
is this possible for PHP? are there any libraries for the design patterns ready to use. in this way you don't have to reinvent the wheel and you also let many developers follow a standard.
does Zend library have these API:s?
© Stack Overflow or respective owner