|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/create-a-simple-blog-cms-in-php-and-mysql/
课程评论:没有评论
Coursera 课程《使用 PHP 和 MySQL 创建简单的博客 CMS》内容概览: 本课程将指导您从零开始构建一个功能完整的博客系统,包括一个用于内容管理的后台管理面板。即使是 PHP 初学者也能轻松掌握。 课程将从以下几个关键部分展开: * **用户界面构建:** 利用 Bootstrap 免费模板快速搭建博客的响应式用户界面。 * **动态化与数据库集成:** 将静态界面转化为动态,并实现与 MySQL 数据库的数据交互。 * **核心功能实现:** * **评论系统:** 学习如何为博客添加评论功能。 * **数据库操作:** 掌握 PHP 与 MySQL 的数据库操作技巧,提升数据处理能力。 * **登录/登出系统:** 构建安全的注册、登录和登出功能。 * **内容管理后台:** 创建一个完整的管理面板,用于发布、编辑和删除博客文章。 * **页面隐私设置:** 利用 Session 技术实现博客页面的访问权限控制,making pages private。 本课程旨在帮助您全面了解如何使用 PHP 和 MySQL 开发一个实用的博客 CMS,并学习前端 UI 设计、后端逻辑处理以及数据库管理的综合技能。
In this course we will create a complete Blog with the admin panel to manage content. The course is designed for anyone even the php beginners.We will start by creating the user interface of the project by using bootstrap free templates then we will start to make it dynamic and database driven. You will learn the following main features:Use Bootstrap templates to build UI of the CMSCreate a Commenting SystemPerform Database Operations ConfidentlyBuild a Login/Logout SystemCreate an Admin Panel to Manage Content on the Blog CMSMake Pages Private by using Sessions