php+mysql资讯类网站模版的设计与实现 摘 要:该网站系统采用PHP5+MYSQL作为技术基础进行开发,以OOP(面向对象)方式进行基础运行框架搭建,模块化开发方式作为功能开发形式,框架易于功能扩展,代码文护,优秀的二次开发能力,可满足所有资讯类网站的应用需求。后台管理系统提供文章、图片、下载等内容模型,在此基础上可非常方便的扩展出信息、房产、交友、点评等功能。已有的模块有:管理员模块、会员模块、全站搜索、评论、专题、下载、广告、投票、友情链接、公告等。
关键词:资讯类网站模板; PHP; MySQL
The Design and Implementation of Information Website Template
Abstract: The web system is developed using PHP5+MYSQL as a technical basics, taking the OOP (object-oriented) as basic frame structures, and taking modular development mode as a function development. The frame is easy to extend functions, maintenance code, and have excellent two development ability. It can meet the needs application requirements of all information websites. The backstage management system provides articles, pictures, downloading and other content models; on this basis it can be very convenient to extend information, house property, making friends, comments and other functions. Now the existing modules include the administrator module, the member module, the search module, the comment module, the download module, the links module, bulletin module and so on.
Key Words: Information website template;PHP;MySQL
目 录
摘 要 1
引言 1
1.相关技术介绍 2
1.1 关于PHP 2
1.2关于MySQL 2
2.需求分析 2
3.系统设计 3
3.1 前台功能设计 3
3.2 后台系统设计 4
3.3可行性分析 4
4.系统实现 5
4.1管理员模块和会员模块 5
4.2内容模块 5
4.3广告模块 6
4.4评论模块 6
4.5投票模块 7
4.6友情链接模块 8
5. 系统测试 8
6. 结论 9
参考文献 10,3091