【编者按】:网学网计算机论文为您提供基于Joomla的新闻网站的设计与开发参考,解决您在基于Joomla的新闻网站的设计与开发学习中工作中的难题,参考学习。
论文字数:17021,页数:47
摘要
Joomla 是一套在国际开源界相当知名的内容管理系统(Content Management System, CMS),它构架在PHP语言+MySQL数据库之上。可以运行在如Linux、Windows、MacOSX等各种不同的平台上。
本论文是基于Joomla的新闻网站,配合MySQL数据库管理系统完成设计与实现,利用getDBO()和JTable数据库访问技术对数据进行操作。本系统主要实现了网站的前台主要功能模块,主菜单模块:方便网站浏览者浏览网站信息;导航菜单模块:方便网站浏览者对网站结构的掌握;新闻快讯模块:第一时间呈现新闻快讯;最新最热文章模块:让网站访问者了解最热门文章和最新发布的文章功能。由于该系统采用PHP编写,而PHP的易用和开发者众多,并且该系统扩展接口灵活,有很多第三方扩展。Joomla发展前景广大!
可预计的未来,采用Joomla建站解决方案将会成为建站领域的一只主力军。
关键词:开源,Joomla,数据库,CMS
ABSTRACT
Joomla is a set of international well-known community quite Content Management System Management System(CMS), search, its framework in PHP/MySQL database language. Can run on various platforms such as Windows, Linux, MacOSX etc.
This paper is based on the news website, with Joomla MySQL database management system design and implementation, using getDBO () and JTable database access technology to manipulate data. This system mainly realizes the front of the website main function modules, the main menu module: visitors browsing convenient information. Navigation module: convenient, visitors to the site to site structure. News flash: first present news flash.This module: let the hottest new visitors know the latest and most popular articles function. Because this system USES, and PHP developer, and easy and flexible expand the system, there are many third interface. Joomla prospect broad!
Can be expected future, using Joomla construction. Some specific solutions will become a mainstay of the site area.
Keywords: Opens the source, Joomla, Database, CMS.
目录
摘要 I
ABSTRACT II
第1章 绪论 1
1.1 背景 1
1.2 研究内容 1
第2章 Joomla的系统开发方法 3
2.1 Joomla的MVC开发模式分析 3
2.2 数据库访问技术分析 5
2.2.1 getDBO()数据库访问技术分析 5
2.2.2 JTable数据库访问技术分析 6
2.3 运行及开发环境介绍 7
2.3.1 Apache Server 7
2.3.2 MySQL 8
2.3.3 PHP语言环境 9
2.4 本章小结 10
第3章 系统需求分析 11
3.1系统非功能需求分析 11
3.2系统功能需求分析 11
3.3 本章小结 12
第4章 数据库设计 14
4.1 数据库结构分析与创建 14
4.2 概念结构设计 15
4.3 逻辑结构设计 16
4.4 数据库安全性和完整性 19
4.4.1 数据库的安全性 19
4.4.2 数据完整性 20
4.5 本章小结 20
第5章 系统设计与实现 22
5.1 系统总体框架 22
5.1.1 网站前台 22
5.1.2 网站后台基本功能 24
5.2 网站前台设计与技术实现 28
5.2.1 在线人数模块开发流程 28
5.2.2 文章标题插件开发流程 33
5.3 网站后台设计与技术实现 35
5.3.1文章管理模块 35
5.3.2 媒体管理模块 36
5.3.3 菜单管理模块 38
5.3.4 用户管理模块 39
5.4 本章小结 41
第6章 结论 42
致谢 43
参考文献 44