于基php的cms网站系统开发及应用--大学毕设论文 下载本文

内容发布更新时间 : 2024/5/29 5:48:34星期一 下面是文章的全部内容请认真阅读。

山西省林业职业技术学院信息工程系毕业设计(论文)

摘 要

网络的日益发展,使动态网站的开发和管理倍受人们的关注。在这里,介绍了基于PHP框架CodeIgniter的CMS网站系统的开发,剖析了MVC架构在使用过程中的优势,展现了整个后台的制作流程。该CMS以PHP做为主要语言,采用MySQL做为数据库支持。为了方便开发,选用了CI框架,该框架可以实现简单入门、快速开发等。利用以上技术实现了一个小型CMS系统,该系统后台的主要功能有:文章管理、分类管理、静态页面生成、用户管理及系统管理。

关键字:PHP,CMS,CodeIgniter,网站开发

1

山西省林业职业技术学院信息工程系毕业设计(论文)

Abstract

The increasing development of the network, so that dynamic website development and management of much attention. Here, the introduced based on the CMS website PHP framework CodeIgniter system development, analysis of the MVC architecture in the use of the advantages of the process, displaying the entire background of the production process. The CMS with PHP as the main language, the use of MySQL as a database support. To facilitate the development, selection of the CI framework that can simple entry and rapid development. Using the above technology, a small CMS system, which has the main function of the background: The article management, classification management, static page generation, user management and system management.

keywords:PHP,CMS,CodeIgniter,Web Development

2

山西省林业职业技术学院信息工程系毕业设计(论文)

目 录

摘 要 ................................................ 1 Abstract ............................................. 2 前 言 ................................................ 5 第一章 技术概述 ..................................... 7 1.1、PHP ............................................ 7 1.2、CodeIgniter .................................... 7 1.3、MySQL .......................................... 7 1.4、JQuery ......................................... 7 第二章 开发环境的安装与配置 ......................... 9 第三章 系统设计 .................................... 10 3.1、系统概述 ...................................... 10 3.2、功能模块分析 .................................. 10 3.3、编码规定 ...................................... 10 第四章 数据库设计 .................................. 12 第五章 CodeIginter的安装及配置 ..................... 15 第六章 后台开发 .................................... 16 6.1、搭建后台基本功能 .............................. 16 6.2、后台界面设计 .................................. 19 6.3、分类管理 ...................................... 21 6.3.1、分类的添加、删除 ............................ 21 6.3.2、分类属性编辑(图6.3.2) ..................... 24 6.4、文章管理 ...................................... 26 6.4.1、文章添加、编辑 .............................. 26 6.4.1、文章的删除 .................................. 29 6.5、用户管理 ...................................... 29 6.6、系统管理 ...................................... 30 6.6.1、基本参数 .................................... 30 6.6.2、友情链接 .................................... 30 结 论 ............................................... 31

3