Slide 9
Slide 9 text
PDO
• PDO is the choice you should be making to connect to a database.
• PDO includes drivers for; MySQL, MS SQL, PostgreSQL, SQLite and
more
• Data Access Abstraction Layer - same PDO function to connect, run
statements, return results, etc
• Does not abstract away differences in the actual query language or
engine
9 CC BY-NC 4.0 Justin Yost