cakephp

by James McDonald | Sep 30, 2021 | 0 comments

Access

Blog History

CakePHP 4 Time Zones

The internet suggests for CakePHP... Set your database time zone to UTC Set you CakePHP default time zone to UTC Store all datetime values in UTC Convert between UTC <==> Your Users Time zone My application is producing "pallet" records and saving a print_date...

read more...

CakePHP 4 has Deprecated File & Folder

So recently my code editor has been putting a line through File because it is going to removed in CakePHP 5 So here is an example of code that uses the deprecated methods and the suggested SplFileObject Using File public function createTempFile($print_content,...

read more...

Format validationsErrors

A recursive function that takes a validation error array and return a string with all the different errors concatenated into a formatted string Further to my previous posting CakePHP 2 Displaying Validation Errors This function will walk the validationErrors array and...

read more...