Lazy Loading in php with spl_autload
Posté le mar. 04 avril 2017 dans blog
Today, a very short post about the lazy loading in PHP: spl_autoload
.
I'll not expose everything about it here, cause it's already done here:
http://php.net/autoload.
Basically, a Lazy Loading allow you to predifine some paths where PHP should seek for classes to include, this allow you to …
Continuer à lire