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 trialWilfred Dube
Courses Plus Student 164 PointsWhy are all PHP Projects here at treehouse not Object-Oriented?
Why do you use structured programming for projects instead of the standard OOP that we see in all real world projects that are out there? I have problems when it comes o OOP in large projects so i came here expecting to be taught that but...... OK honestly speaking, the PHP projects are great but if they were to be refactored to OOP we would learn a lot.
Wilfred Dube
Courses Plus Student 164 Points@Luc de Brouwer, you are right. As a beginner OOP is difficult bt as you grow and start to build real world "DRY" apps or when you want to use/fork an existing library/app, OOP becomes a REQUIREMENT. We need an advanced OOP course as much as we need the basics and intermediate courses.
1 Answer
Jason Anders
Treehouse Moderator 145,860 PointsHi Wilfred,
Have you checked out the Object-Oriented PHP Basics Course?
Wilfred Dube
Courses Plus Student 164 PointsYes, I have but the example recipe program is very basic. It would be great if OOP was applied especially in the PHP authentication project and other complex examples. We need an advanced OOP course.
Luc de Brouwer
Full Stack JavaScript Techdegree Student 17,939 PointsYou can always refer to www.w3schools.com on the php section they provide procedural, OOP & PDO
Luc de Brouwer
Full Stack JavaScript Techdegree Student 17,939 PointsLuc de Brouwer
Full Stack JavaScript Techdegree Student 17,939 PointsTo be honest OOP is difficult to learn at first. I use Procedural because it is much easier to understand instead of using the weird syntax it requires.