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 trial2 Answers
Kevin Korte
28,149 PointsLots of options. I assume you want to make a CMS from PHP since that's the section this is in? It's just going to take some time.
- Learn all the core elements of PHP like classes, arrays, functions, etc
- Learn OOP (object oriented programming) techniques and MVC (model-view-controller) development
- Dissect current CMS's. You can learn a lot from others who have already done it.
- Consider using a PHP framework to help build your CMS. Laravel is really hot right now.
If you're pretty new to PHP right now, you may get more mileage extending an already made CMS. I learned a ton about PHP when I started heavily modifying Wordpress with custom functions and plugins for myself.
James Home
12,011 PointsDo you want to actually make a CMS or do you want to learn how to best use a CMS?
Gregory Anuhin
4,600 PointsYes. I want to make CMS and I need to know the technique how to do this. I know there is ready CMS's but i would like to study it by myself to make it fit to my website. And just for knowledge