I really enjoying writing code and I find that snippets just don’t always cut it for me. So in today’s article, I am going to describe the process of creating a CMS (Content Management System) with CakePHP.
This will be a two part article, in part one we will focus on getting the basics working. The basics will include ability to add, edit, and delete static content pages.
Part two will advance on our basis and allow us to create drafts and revert back to previous versions.