Using PHP Data Objects: First Steps
PDO Statements and Result Sets
Retrieving Result Set Metadata
Types of Error Handling in PDO
Defining an Error Handling Function
Securing against Uncaught Exceptions
Retrieving the Number of Rows in a Result Set
Limiting the Number of Rows Returned
Setting and Getting Connection Attributes
Connecting Using the Connection Configuration File and php.ini Setting
Getting the List of Available Drivers
Modifying the Frontend to Use the Model