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

Making my own CMS

I want to start making my own CMS. Do you know where I should start? Something like videos or easy-to-read documents.

10 Answers

I'm good with HTML, I know sufficient PHP and I don't know were to find mySQL tutorials.

Andrew McCormick
Andrew McCormick
17,730 Points

Here's a good set of mySQL tutorials: http://thenewboston.org/list.php?cat=49

then follow through the other link I posted for building your first simple cms.

thanks

MJ Meyer
MJ Meyer
7,884 Points

I also suggest that you should draw how you want it to work and what features you want it to have. This , I believe, will make the process go faster and make it easier to know what you have to learn.

There is big competition out there so you need to have bigger, better features that are user friendly and can update automatically when your versions of your CMS updates.

I just made this [page](//bananawarrior.com/knight/beta/intro.php) for my cms, these are the things I want in the cms. I want to do this project during the holidays!

James Barnett
James Barnett
39,199 Points

If you are looking for a CMS that isn't overkill for small sites you might want to give Perch or another lightweight CMS a try

You see, I want to make one! But I'll check those out to see how they do it.

Andrew McCormick
Andrew McCormick
17,730 Points

Great start Enrique. Seems like you know what you want to be able to do with your CMS, now it's just time to hit the grind stone and start learning how to create each piece.