Posts marked with “lazy objects”
Using PHP 8.4’s Lazy Objects
One of the more interesting features added to PHP 8.4 is the ability to create Lazy Objects. Lazy Objects allow us to defer the initialization of an object until one of its properties is accessed. This may not be a game-changer for the average CRUD application, but it will allow us to make some […]
php[podcast] 2024.12.5: Tek(nically) Speaking
This week on the php podcast, Eric and John talk about Lazy Object in PHP 8.4, php[tek] 2025 first round of speaker selection is done, PHP Architect is now on Bluesky (@phparch.com), join the PHP Architect Squad on daily.dev. CPX, Security issues with RCS, and more… Links from the show: PHP: Lazy Objects – Manual […]