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 Introducing MVC Frameworks in PHP Building an MVC Project Structuring our Site

Mykolas Kaminskas
Mykolas Kaminskas
455 Points

Is this MVC? Where is Model?

The only reason I was interested in this course is because of "models" in MVC which is not included in this course at all! Are there any other courses about PHP MVC with Slim3?

Its a pretty poor course. How can you have an introduction to MVC without the M? After I finish all the PHP courses on Treehouse I plan to take the more advanced PHP courses at Lynda.com. They seem to cover things with a lot more depth. Treehouse is not very good for anything more advanced, at least not when it comes to PHP.

1 Answer

This course seems to be fairly new, so it's possible additional content is still forthcoming. In the meantime though, I'd recommend checking out Treehouse's ASP.NET MVC Basics course, as it goes into each aspect of the MVC framework in more detail.

While the course uses C# and Razor as opposed to PHP and Slim3, I've found I've still been able to follow along as the syntax has some similarities to PHP.