Create a Posts Controller codes4u May 10, 2017 Next, we’ll create a controller for our posts. The controller is where all the business logic for post interaction will happen. In a nutshe... Continue Reading
Create a Post Model codes4u May 10, 2017 The Model class is the bread and butter of CakePHP applications. By creating a CakePHP model that will interact with our database, we’ll ha... Continue Reading