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?