Mini Caching in Classes
A simple in-class caching pattern for PHP when you need to avoid repeated database queries within a single request.
Systems, technology, AI and everything else that occupies my mind long enough for me to write it down.
A simple in-class caching pattern for PHP when you need to avoid repeated database queries within a single request.
Discovering that some years have 53 calendar weeks and how to handle it in PHP.
How to efficiently insert one million database records using PHP with batch queries and transactions.