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

Ivaylo Borisov
Ivaylo Borisov
227 Points

I love the framework you use but why you do not create a course with everything from scratch, Routers, MVC, etc.

There is, so many devs that want to know how to create a Router from scratch for example, or to use MVC modeling for REST, I know there are so many classes that can help you to create the Routes but is different when I want to pay I want to get the concept and to learn everything about that. How it works, how was that created, how I can separate the URI for example /news/:id (by GET, POST, PUT, DELETE) or to use the same function(from routing class) in the index and everything to work perfect. Thank you in advance.