Home  >  Article  >  Backend Development  >  如何理解HMVC

如何理解HMVC

WBOY
WBOYOriginal
2016-06-06 20:35:371726browse

Kohana说其3.0开始支持HMVC,请问如何理解HMVC,这个词和组件化开发有什么关系和异同?

回复内容:

Kohana说其3.0开始支持HMVC,请问如何理解HMVC,这个词和组件化开发有什么关系和异同?

HMVC的概念应该和模块化开发更贴近。

<code>modules
|————moduleA
|       |————submodule
|               |————model
|               |————controller
|               |————view
|————moduleB
        |————model
        |————controller
        |————view
</code>

游戏开发中不自觉发现就用了点

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn