CMS Tutorial – Tags and Users
Page Contents CMS Tutorial – Tags and Users Adding Tagging to Articles Updating Articles to Enable Tagging Finding Articles By Tags Creating the Finder Method Creating the View Improving the Tagging Experience Adding a Computed Field Updating the Views Persisting the Tag String Auto-populating the Tag String CMS Tutorial – Tags and Users With the […]
CMS Tutorial – Creating the Articles Controller
Page Contents CMS Tutorial – Creating the Articles Controller Create the Article List Template Create the View Action Create the View Template Adding Articles Create Add Template Adding Simple Slug Generation Add Edit Action Create Edit Template Update Validation Rules for Articles Add Delete Action CMS Tutorial – Creating the Articles Controller With our model […]
CMS Tutorial – Creating the Database
Page Contents CMS Tutorial – Creating the Database Database Configuration Creating our First Model CMS Tutorial – Creating the Database Now that we have CakePHP installed, let’s set up the database for our CMS application. If you haven’t already done so, create an empty database for use in this tutorial, with a name of your […]
CakePHP 3.10 Content Management Tutorial
Page Contents Content Management Tutorial Getting CakePHP Checking our Installation Content Management Tutorial This tutorial will walk you through the creation of a simple CMS application. To start with, we’ll be installing CakePHP, creating our database, and building simple article management. Here’s what you’ll need: A database server. We’re going to be using MySQL server […]