Hi How to create numbered pagination like this website.. If there have 100 pages then ,it'll be length so I need to develop what they developed in this website.. Please help me I'm new to cakePHP
I want to add custom query feature to my blog app that is written in cakephp 3. The idea is to allow front-end developers to create their own themes and to write custom queries (suppose they know
When a user trigger an event (page view)I have two components:MailerComponent.php: To handle outgoing emailsLoggerComponent.php: To log and trace user behaviour dataI used to call components separatel
Hi I'm trying to install the cakephp-queue plugin from Github, following the steps:1. require cakephp-queue via composer:> composer require dereuromark/cakephp-queue:dev-master2. load the plug
I'm thinking about saving multiple records at once and then get the last Id in cakephp.From the cake doc (saving data at a time), I know that if you are saving one record:use Cake\ORM\TableRegistry;
I am new to CakePHP and recently I failed to install on nginx. And I also have some difficulties trying to install Cake on apache:I have got mod_rewrite working but still get the 500 internal server e
I am working on an API service for creating financial reports. Now I want to limit the application: Not to create a new report if there was already an existing report that created in the past one