基于 ThinkPHP 框架的电影主题网站的设计与开发Design and development of movie theme website based on ThinkPHP framework内容摘要在网络科技迅猛发展的大背景下,影视行业的需求量亦是日益扩大,电影、电视剧、动漫等影视作品层出不穷,成千上万,所以用户在哪挑选或者挑选什么样的影视作品就成了一个很大的难题,那么该行业就需要一个能够对影视作品进行归整的网站。此次电影类网站主要通过ThinkPHP 框架、phpMyAdmin 和 HTML5 等技术来搭建,主体分为前台展示和后台管理两大部分,其中前台具备以下功能:注册、登录、影视资源及资讯、评价和收藏等;后台则具备:管理员管理、用户管理、评论管理、影视管理等。通过此次研究,可以发现运用 ThinkPHP 框架的开发过程中,代码分工明确,逻辑处理清晰,控制器、模块、视图都相互配合紧密,并且开发时间有着明显的减少。从代码角度可得知,难度较低;从测试结果角度得知,功能齐全。不难看出,ThinkPHP 框架是一个方便快捷、低成本、高效率,并且快速、兼容且简单的轻量级开发框架。关键词: ThinkPHP 框架 phpMyAdmin HTML5 影视 网站 轻量级AbstractIn the backdrop of the rapid development of network technology, the demand of the film and television industry is also growing, movies, TV, animation, film and television works emerge in endlessly, tens of thousands of, so the user where to pick and choose what kind of film and television works has become a big problem, so the industry will need a website can carry on the attribute to the film and television works. ThinkPHP framework, phpMyAdmin, HTML5 and other technologies are used to build the movie website. The main body is divided into two parts: foreground display and background management. The foreground has the following functions: registration, login, movie resources and information, evaluation and collection, etc. The background has: administrator management, user management, comment management, film and television management.Through this study, we can find that in the development...