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

Why 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.

Luc de Brouwer
seal-mask
.a{fill-rule:evenodd;}techdegree
Luc de Brouwer
Full Stack JavaScript Techdegree Student 17,939 Points

To 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.

@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

Yes, 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.