Home > Backend Development > PHP Tutorial > 如何理解HMVC

如何理解HMVC

WBOY
Release: 2016-06-06 20:35:37
Original
1747 people have browsed it

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

回复内容:

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

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

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

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template