|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/php-with-pdo-ultimate-crash-course/
课程评论:没有评论
课程名称:PHP与PDO - 终极速成课程 课程概述:PDO是访问PHP及其他网页编程语言数据库的最佳方式。它并不依赖于特定的数据库,因此可以用于连接和控制多种类型的数据库。PDO是最安全且最简单的数据库访问方式。PDO代表PHP数据对象,虽然了解一些面向对象编程的基础知识会有所帮助,但并非必需。本课程的一个亮点在于,PDO提供的数据访问抽象使得您可以使用相同的函数进行创建、读取、更新和删除操作,无论选择哪个数据库。PDO并不取代SQL或重写它,而是增加了其它方式无法实现的功能。在从头开始编写PHP应用程序时,我通常使用PDO处理查询,因为如果我希望切换数据库,那每个数据库的操作API都需要重新编写,实在麻烦。 在本课程中,您将学习如何使用PDO从任何数据库创建、读取、更新和删除数据等更多内容。该课程直截了当,不会在无关紧要的事项上浪费时间。如果您准备好开始学习如何在PHP中使用PDO,那就让我们一起开始吧……
PDO is the best way to access databases in PHP among other web programming languages. PDO is not database specific, so we can use it to connect and control data for a very broad selection of databases. PDO is most secured and easy way to access any database. PDO stands for PHP Data Objects and a little Object Oriented Programming understanding is necessary but not required to follow the course.The awesome thing about PDO is that because it offers data-access abstraction you can use the same functions to create, read, update and delete with any database you choose. PDO doesn't replace SQL or rewrites it but it adds features that are not accessible any other way.If I am writing an application from scratch on PHP, I mostly use PDO to handle my queries since sometimes I like to switch databases and it would be a hassle to rewrite the API for manipulating data in each database, OUCH.In this course you will learn how to use PDO to Create, read, update, delete data from any database and lots more. The best thing about this course is that it goes right to the point and it doesn't waste much time on trivial matters.If you are ready to get started learning how to use PDO with PHP, lets go......