Learn PDO By Creating A CRUD Website (PHP & MySQL)

所在平台: Udemy

课程主页: https://www.udemy.com/course/learn-pdo-by-creating-a-crud-website/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程名称:** 使用 PDO 创建 CRUD 网站 (PHP & MySQL) **课程概述:** 本课程将教授如何使用 PHP 的 PDO (PHP Data Objects) 扩展安全地进行数据库操作,主要以 MySQL 数据库为例,但代码也适用于其他支持的数据库。课程将采用面向对象的方式编写 PHP 代码,内容包括类的创建、实例化以及方法调用。最终,将通过一个完整的 CRUD (创建、读取、更新、删除) 网页项目来巩固所学知识。作为额外内容,还将演示如何在网页中实现无需刷新页面的实时搜索功能。 **前提知识:** * HTML 和 CSS 基础知识(虽然课程会解释所有代码,但具备基础会更好地学习)。 **学习目标:** 完成课程后,您将能够: * 安全地使用 PDO 在数据库中执行插入(Insert)、删除(Delete)、更新(Update)和选择(Select)操作。 * 掌握在 PHP 中使用面向对象的方式进行数据库编程。 * 能够创建自己的后端应用程序,例如: * 待办事项应用程序 * 博客 * 简单的注册系统 * 联系表单 * 以及更多其他应用。 **课程亮点:** * 通过实际项目学习 PDO,理论结合实践。 * 注重代码安全性和面向对象编程。 * 包含实时搜索功能的 bonus 课程。 * 即使是初学者也能轻松跟学,因为会详细解释每一行代码。

课程评论(0条)

课程详情

In this course, you will learn how to use PDO (PHP Data Objects) in PHP to perform operations on a database securely. We will be using the MySQL database in this class. But you can use other supported databases and almost all the code will be the same.We will be using an Object-oriented approach to write the PHP code. So, you will even learn how to create a class, instantiate it and call the methods on the object. At last, I will develop a web page where all the knowledge you have acquired during the course will be used to create a complete CRUD web page. As a bonus lecture, I will also show you how to code the Live Search mechanism in your webpage where you can perform operations on the database without reloading the page.For taking this course, it is would be great if you have the following prerequisites:Basic knowledge of HTML and CSSAlthough there are these prerequisites, I will explain each and every line of code that we are going to write. So, even if you are a complete beginner, you can join in. Just follow along and you will learn a lot.After completing this course, you will be able to perform Insert, Delete, Update and Select operations on your database. This will help you in creating backend applications.Some examples where you can use this knowledge are:Creating a to-do applicationCreating a blogCreating a simple registration systemCreating contact formAnd more…I will you all the best. Keep learning and happy coding.

课程标签

0人关注该课程

主题相关的课程