“ON DUPLICATE KEY”, CakePHP way in 2024
What my question is: What’s the CakePHP 5 way to save data with ON DUPLICATE KEY clause? The way I remember doing it – and what this answer for CakePHP 3 suggests – is by using epilog(). Is that still the case? What I found: site:cakephp.org “ON DUPLICATE KEY” finds old IRC posts and a […]