"Ruby Foundations" was retired on September 23, 2015. You are now viewing the recommended replacement.
Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Integrating PHP with Databases!
You have completed Integrating PHP with Databases!
In this video, we’ll use our PDO Statement Object to return all the media items from the database in an associative array. This will allow us to use that data to display the media items on our site.
Links
Example Code
$results = $db->query("SELECT title, category FROM Media");
var_dump( $results->fetchAll(PDO::FETCH_ASSOC) );
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up