Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么是 php 中的 no-oo mvc?
如果可能,请举个例子。如果不是,为什么?
MVC 的主要观点是将用户界面交互拆分为三个不同的角色。最重要的分离是在模型(M)和表示层(V 和 C)之间。MVC 没有说明使用哪种范式。而且由于程序编码并不意味着无组织的编码,因此很有可能将这种范式用于这种模式。