Understanding PHP Data Objects (PDO)

fantasi

Eminent Member
Member
Joined
Threads
45
Posts
128
In this course you will learn PHP Data Objects (PDO) and how this library written in PHP works with databases. While a basic knowledge of PHP is recommended for this course, both beginners and experienced web developers will gain a complete understanding of how PHP Data Objects work.

Exactly What Is PHP Data Objects?

The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose database-specific features as regular extension functions. Note that you cannot perform any database functions using the PDO extension by itself; you must use a database-specific PDO driver to access a database server.

PDO provides a data-access abstraction layer, which means that, regardless of which database you're using, you use the same functions to issue queries and fetch data. PDO does not provide a database abstraction; it doesn't rewrite SQL or emulate missing features. You should use a full-blown abstraction layer if you need that facility.

Course Features

Over 7 lectures and 55 mins of content!
Understand what PDO is and how it works
Understand PDO in relation to databases
To detect and resolve PDO errors

Download
You must reply to see the hidden content. Consider upgrading your account to increase your reply limit.
 
  • fantasi
    Created
  • Last reply
  • 0
    Replies
  • 648
    Views
  • 1
    Participants
  • Participants list