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 trialcsj
12,678 PointsCourse on building a simple CMS
I stumbled across this post on css-tricks, while reading through it and the comments below. It made me wonder isn't there a course on Treehouse that goes through this? It would really be worth learning and great way to understand CMS' and frameworks in general.
And it doens't have to written in PHP, I don't know what other languages are used for CMS'.
Aurelian Spodarec
10,801 PointsAurelian Spodarec
10,801 PointsBare In mind CMS stands for Content Management System. CMS contains about simple things like
Creating / Adding Record
Reading / Selecting Records
Updating / Editing Records
Deleting / Removing Records
WordPress is a good example about CMS. Maybe do WP absics to get the idea of what is CMS.