摘要随着网络技术的发展,人们早已进入信息时代,信息的传递和交流对人类生 活起着至关重要的作用。网络学术信息平台规避了传统学术交流的局限和弊端, 提供了更为便捷的信息交流模式,方便查询检索,短时间内获得实时更新的信息。 77166
对学术信息平台的开发过程进行了介绍,首先阐述研究背景及现实意义,提 出可创新的思路。对本系统开发所采用的 MVC 设计模式,ThinkPHP 框架,AJAX 等 开发工具和技术做了基本介绍。使用用例图,流程图对系统进行了需求分析和可 行性分析。详细说明了各部分功能设计及所提供的服务和权限,根据具体需求设 计系统各模块功能及数据表。最后结合数据库技术,网页设计技术,开发完成该 系统,说明主要实现方法并给出实验结果。
毕业论文关键词 学术信息 PHP ThinkPHP Web 平台
Title Design and implementation for academic information platform based on PHP
Abstract With the development of network technology, people have entered information age。 Information transmission plays a crucial role in human life。 Network academic information platform avoids the limitations and disadvantages of traditional communicating , providing a more convenient mode of exchanging informations, easily to query and search data as needed, enabling people to access to more information in less time。 Introducing the development process of academic information platform。 Firstly, explaining the research background and practical significance, and bringing forward the innovation thoughts。 MVC design pattern, ThinkPHP framework, AJAX and other development of tools and techniques are briefly introduced。 Using the use case diagram, the flow chart,the system including the analysis of requirement and feasibility is analyzed in detail。 Each part of the functional design and the service provided by the specific requirements is also explained in detail。 Designing system functions and data tables according to the specific requirements。 Finally, completing the system combined with the database technology, webpage designings, explaining the main methods and giving the results of the experiment。
Keywords academic information PHP ThinkPHP web platform
目 次
1 绪论 1
1。1 研究背景和现实意义 1
1。2 网络学术信息平台的特点 1
1。3 研究现状 2
1。4 对本课题的启发 3
1。5 论文结构 3
2 相关技术与理论 4
2。1 开发环境综述 4
2。2 数据库设计相关理论 4
2。3 MVC 设计模式 5
2。4 ThinkPHP 框架 6
2。5 本章小结