One of the first things I did with new CakePHP 3.x projects was rip out all the existing CSS and put in my own. I'll admit I'm less inclined to do that now that everything's in red 'n' black (I bet they wanted to be LAMPStack Ninja too!) but it's expected when we work for clients or employers that we're gonna have to switch out the look and feel. In this post we'll go over how … [Read more...] about Custom Pagination in CakePHP 4
CakePHP
Making a Simple Cell in CakePHP 4
In this tutorial, we’re going to create a "recent articles" cell that can be used on the front page (or pretty much anywhere else) on your site. (Here, it's designed to show a card-style posts page, much like an "archives" page in Wordpress.) To get started, I recommend completing the Content Management tutorial from the official CakePHP.org site and using that project as your … [Read more...] about Making a Simple Cell in CakePHP 4