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

General Discussion

Object Oriented PHP Basics vs. PHP and Databases with PDO first?

Object Oriented PHP Basics is listed as a recommended prerequisite at the top of PHP and Databases with PDO, although the second occurs sooner in the PHP track. I'm just pointing it out because maybe a rearrangement is in order?

Thanks guys and gals for all that you do, Treehouse Rocks!

Just wondering this myself. Hampton Paulk, what do you recommend?

Same here. Anybody?

3 Answers

Hey, I did them both and they were both a bit challenging (although short). I'm not sure there is really an advantage taking one before the other. The courses go over two different topics but the idea behind object oriented programming is that a block of code (object) exists as part of a larger, cohesive and more complex task.

Checking back in. I too have done them both at this point, and I actually think Object Oriented PHP Basics should definitely be taken first. There's a fair amount of object oriented programming used in PHP and Databases with PDO, and if you've never seen OOPHP before (or especially if you're not familiar with object oriented programming in general), it can be confusing to see object->attribute, etc. There's nothing in PHP and Databases with PDO that would be helpful for Object Oriented PHP Basics, so I really think it's worth taking the latter first.

Thank you both! I will start with OOPHP Basics.