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

MVC

Is there any MVC course in treehouse? Are you planning to prepare one?

3 Answers

Randy Hoyt
STAFF
Randy Hoyt
Treehouse Guest Teacher

In my tutorial Refactoring the Codebase, I introduce what MVC is: it's a way of organizing your code that follows the principle of separating concerns. We refactor the Shirts 4 Mike site to use an MVC architecture.

I suspect you are asking for a course that shows how to build a web application using a third-party framework written in PHP that follows the MVC pattern. Something like Laravel or CodeIgniter? Is that correct? We don't have a course like that yet. There are some other core PHP concepts that we want to cover first, but we do have some tentative plans for one in the future.

I highly recommend this to treehouse. It only takes a quick look on a jobs site to find that MVC is in high demand.

I agree. I'd like to see a course on MVC too. :D