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 trialTony Brackins
28,766 PointsModern 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
Jason Anello
Courses Plus Student 94,610 PointsHi 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.
Tony Brackins
28,766 PointsTony Brackins
28,766 Pointsperfect! thx!