Home > Backend Development > PHP Tutorial > PHP mvc 哪有PHP的MVC项目,该怎么处理

PHP mvc 哪有PHP的MVC项目,该怎么处理

WBOY
Release: 2016-06-13 13:43:08
Original
937 people have browsed it

PHP mvc 哪有PHP的MVC项目
想学习下PHP MVC,网上找了N久,也只是一个思路说法,最多的是解说了下什么是MVC。
想找个例子看看别人是怎么做的,也好学习提高下

------解决方案--------------------
你看看OpenPNE的代码,无论是三层结构还是MVC方面,多做得不错。
------解决方案--------------------
很多很多

随便举几个
zend framework,spmooy,rails4php,php.mvc

具体可以看这里

http://phpframeworks.com/
------解决方案--------------------
其实抛去框架,discuz的ucenter就是一个很精简的php mvc项目
------解决方案--------------------
初期不太理解什么是MVC,可以参考下一国内的两大框架的文档,说的可能比较容易理解:

ThinkPHP http://www.thinkphp.cn/
QeePHP http://qeephp.com/

他们都提供的有简单的Demo,结合提供的文档,理解应该不是问题。

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