文件名称:使用mvc做的留言板
文件大小:10KB
文件格式:RAR
更新时间:2015-09-01 16:02:06
mvc 面向对象
使用mvc做的留言板 而且带php安装程序 使用了面向对象
【文件预览】:
mvc_liuyan
----config.php(1KB)
----Controller()
--------LoginController.php(323B)
--------NotebookController.php(1KB)
----index.php(2KB)
----View()
--------UpdateNotebook.php(1KB)
--------LiuyanIndex.php(650B)
--------AddNotebook.php(949B)
--------Login.php(649B)
--------LiuyanList.php(2KB)
----Model()
--------NotebookService.class.php(3KB)
--------AdminService.class.php(1KB)
--------FenyePage.class.php(389B)
--------Notebook.class.php(716B)
--------SqlHelper.class.php(4KB)