Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Extending Object-Oriented PHP Inheritance Extending a Class

I can't find msql database table structure in this course. Any help on this will be appreciated.

I want to connect to a database using the code provided with this course but it seems the details of mysql table is not included. Therefore, finding it hard to figure out the structure of database table to create one. Is it possible to get an illustration of mysql table for this course.

2 Answers

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there, Harushi Narumi! We don't teach MySQL quite yet at this point in the PHP track. If you want to do that, your best bet is download the database.db file which is Sqlite and open it with a free tool such as SQLiteStudio or DB Browser. That will show you the structure of the tables and database schema.

Hope this helps! :sparkles:

Hi Jennifer Nordell,

Ok. Thank you for the quick response.