Hello everybody, last week I searched for alternative design patterns to MVC - and I came accross HMVC [1], PAC [2] and Three-Tier Layer Architecture[3]. Is anybody on this mailing list who's aware with one ore more of this patterns, and knows if they would improve symfonys functionality?
Something I'm missing in all well known frameworks of today is the lack of support for sub-modules and further/deeper structure in applications, or easily creating modules which can be re-used in many applications (excluding sf-plugins). MVC itself is very flat and linear in its execution. Yes, you can call other actions, views, components, include partials and so on, but HMVC / PAC does the little step forward and encaspulates this processes into separate MVC processes which provides much more functionality in my eyes. Comments desired! Cheers, Pierre -- [1] see [2] ... [2] http://en.wikipedia.org/wiki/Presentation-abstraction-control [3] http://en.wikipedia.org/wiki/Three-tier --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
