{"id":1907,"date":"2009-01-05T05:45:48","date_gmt":"2009-01-05T12:45:48","guid":{"rendered":"http:\/\/css-tricks.com\/?p=1907"},"modified":"2017-03-20T19:58:46","modified_gmt":"2017-03-21T02:58:46","slug":"php-for-beginners-building-your-first-simple-cms","status":"publish","type":"post","link":"https:\/\/css-tricks.com\/php-for-beginners-building-your-first-simple-cms\/","title":{"rendered":"PHP for Beginners: Building Your First Simple CMS"},"content":{"rendered":"

The Magic of PHP + MySQL<\/h3>\n
\"\"<\/figure>\n

It’s safe to say that nearly every website that’s up-to-date these days is using some form of content management system (CMS). While there are a ton of great free options that provide us with a CMS to power a website (WordPress, Drupal, etc.), it doesn’t hurt to peek under the hood and get a feel for how these systems work.<\/p>\n

To get our feet wet as back-end developers, we’ll be creating a simple PHP class that will:<\/p>\n