Home >php教程 >PHP源码 >MVC框架做的一个小DEMO

MVC框架做的一个小DEMO

PHP中文网
PHP中文网Original
2016-05-25 17:09:201421browse

做这个小DEMO没有什么别的目的,就是学习一下MVC思想(这个DEMO里面的每个字符都是手动打,没有拷贝),视图部分没有做,直接在控制器里面结合了Smarty 

这个DEMO还有很多缺点和不完善的功能,在这里只是分析这个MVC框架和学习的思路,大家见谅。

1. [文件]     mvc框架 

MVC框架做的一个小DEMOningmengyue.zip          

2. [图片] 1.jpg    


MVC框架做的一个小DEMO

3. [图片] 2.jpg    


MVC框架做的一个小DEMO

                                           

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
Previous article:PHP版国旗Next article:PHP SMTP发送邮件函数