Matthew Weier O'Phinney schreef:
-- Andris Paikens <[EMAIL PROTECTED]> wrote
(on Wednesday, 13 December 2006, 01:36 PM -0800):
So, could You please help me to get clear image of what kind of design
patterns Zend Framework are currently using or what kind of patterns
are planned to use?
So far i can count these: MVC, Adapter, Decorator, Front controller,
Iterator, Proxy, Registry, Strategy, View Helper.
Add to this:
Singleton
Action Controller
Page Controller
Observer
Data Table Gateway
I'm sure I can find more if I dig around some, but I know I've either
used or encountered those in framework code.
You can add facade pattern as well. It's used for Zend_TimeSync.
Best regards,
Andries Seutens