Posts marked with “lazy objects”

Using PHP 8.4’s Lazy Objects

by · January 27, 2025

0
 

 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

by · December 5, 2024

0
 

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 […]