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 Building Websites with PHP Dependency Management A Modern Look at PHP

Tony Brackins
Tony Brackins
28,766 Points

Modern PHP vs The Old Way

This is nice to learn modern PHP, but with the abundance of code out there (I'm currently working on a project that's setup the old way) how will this help with the old? Can anyone recommend classes on the old way? (includes)

1 Answer

Hi Tony,

I don't know if this will be exactly what you need but you can check out the oldest php courses from the library: http://teamtreehouse.com/library/topic:php/type:course

Specifically, Build a Simple PHP Application, Enhancing a Simple PHP Application, and Using PHP with MySQL

This was an ecommerce project taught by Randy Hoyt where each course builds upon the previous.

These older courses use includes and no framework if I recall correctly.