So, I've been working with Zend Framework for more than 2 years now, and I love it. But now I've got to create a small custom framework for one of my courses, and a fellow coder suggested I try HMVC.
So, my question is:
What are the pros/cons of choosing HMVC over straight up MVC in PHP?
I have heard about the scaleability pros, and such, but I'm looking for a more broad and complete answer. And I would really like to see a list in each part (prefferably with a source).