资源描述:
《网站内容管理系统学位论文 .doc》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、摘要信息化的发展,可以说给企业带来了一场产业革命,企业对信息的要求更为迫切。传统的web网站的建设和维护的方法是:首先设计web网站的框架结构,然后设计html页面,最后把设计好的html页面纳入web网站的框架结构中。这种网站建设模式比较适合小型网站和内容相对比较固定的网站,对于信息量大的,结构复杂的政府门户网站和政务平台来说吗,不仅不易维护,也不易使用。由于传统网站的诸多弊端问题,所以内容管理系统即ContentManagementSystem缩写为CMS。CMS是一个工具,它能让各种集中的技术人员和分散的非技术人员在一定的规则,过程,工作流的限
2、制下,创建,编辑,管理和最终发布内容。CMS管理的特点一般是:引入内容管理系统,事先生成静态HTML文件;更新及时,能满足不同层次的要求。该CMS是采用php+mysql+apache技术实现的。后台采用MVC模式架构,交互系统的组成分解成模型、视图、控制器3种部件。该CMS的设计流程经过了需求分析,概要设计,详细设计,编写代码,系统测试等五个阶段。系统的功能模块包括注册会员的管理、栏目的管理、文章的管理、系统管理、系统的设置、网站管理模块等。最核心的部分是网站管理模块,包括对网站的栏目,文章等管理。而且可以将栏目和文章生成静态的网页,可以大大提高页
3、面的显示速度。同时降低服务器的压力。在系统的实现阶段主要是采用的php编写代码,数据的存储使用mysql数据库,总共设计了12张表,各表之间的关系通过外键等形式加以实现。对于本文各模块的实现是通过图片和代码文字的形式介绍,详细展示了整个系统的实现。关键词:内容管理系统、静态页面、php、mysql、apacheAbstractThedevelopmentofinformationtechnology,canbesaidtohaveanindustrialrevolutiontotheenterprise,theenterprisemoreurgent
4、totheinformationrequest.Thetraditionalwebwebsiteconstructionandmaintenancemethodsare:framestructuredesignofWebsitefirst,andthendesigntheHTMLpage,thedesignofHTMLpagesintoframestructureinWebwebsite.Websiteconstructionmodewhichissuitableforsmallwebsitesandcontentisrelativelyfixeds
5、ites,foralargeamountofinformation,complexstructureofthegovernmentportalWebsiteande-governmentplatform,notonlythemaintenanceisnoteasy,noteasytouse.Duetothemanyproblemsoftraditionalwebsitecontentmanagementsystem,sothatContentManagementSystemorCMS.CMSisatool,itcanmakeallkindsoftec
6、hnicalpersonnelcentralizedanddecentralizednontechnicalpersonnelincertainrules,restrictions,workflow,create,edit,manageandfinallyissuedthecontent.ThecharacteristicsofCMSmanagementisgenerally:theintroductionofcontentmanagementsystem,togeneratestaticHTMLfiles;updatedinatimelymanne
7、r,tomeetthedifferentlevelsofrequirements.TheCMSisimplementedusingphp+mysql+apachetechnology.ThebackgroundusingMVCmodearchitecture,componentinteractionsystemintomodel,view,controllerof3parts.ThedesignprocessoftheCMSafterthedemandanalysis,theoutlinedesign,detaileddesign,coding,sy
8、stemtesting,fivestages.Thefunctionmoduleofthesysteminc