文件名称:smarty+mvc留言本
文件大小:105KB
文件格式:RAR
更新时间:2013-08-01 11:29:54
smarty mvc留言本
这个是最近写的一个留言本,完全采用mvc+smarty架构进行开发,通过开启虚拟主机功能,实现url隐藏文件扩展名,采用统一入口文件,相信对初学者会有帮助。记住要开启apache的rewrite模块和打开虚拟机配置
【文件预览】:
guestbook
----index.php(112B)
----view()
--------index.phtml(776B)
--------register.phtml(331B)
--------admin()
----writable()
--------cache()
--------config()
--------compiled()
----model()
--------mMessage.php(1KB)
--------mUser.php(2KB)
--------mBase.php(36B)
----controller()
--------Front.php(2KB)
--------Message.php(787B)
--------User.php(2KB)
--------admin()
--------Index.php(572B)
--------Controller.php(2KB)
----config()
--------config.php(568B)
----tools()
--------tSmarty.php(986B)
----readme.txt(605B)
----guestbook.sql(2KB)
----data()
--------dBase.php(3KB)
--------dMessage.php(830B)
--------dUser.php(1KB)
----lib()
--------debug.tpl(3KB)
--------internals()
--------Smarty_Compiler.class.php(90KB)
--------Smarty.class.php(62KB)
--------plugins()
--------Config_File.class.php(12KB)