Tagged Questions

10
votes
6answers
751 views

Recommended structure for high traffic website

I'm rewriting a big website, that needs very solid architecture, here are my few questions, and pardon me for mixing apples and oranges and probably kiwi too:) I did a lot of research and ended up ...
6
votes
6answers
6k views

Examples of Hierarchical-Model-View-Controller (HMVC)?

I'm interested in the Presentation-Abstraction-Control? (aka Hierarchical-Model-View-Controller (HMVC)) Architectural Pattern for constructing complex user interfaces (GUI or web) and was wondering if ...
2
votes
1answer
264 views

Whats the convention on URL-structure in MVC/HMVC/PAC pattern?

In MVC its like http://www.yourdomain.com/sampleController/sampleAction/ and if you call just /sampleController/ then /sampleController/indexAction/ and if you just call / then ...
-2
votes
1answer
80 views

What is the different between PAC and MVC? [closed]

I have doubt about this two pattern, like MVC and PAC, which is more powerful for a web Application.