Posts for spl_autoload

Lazy Loading in PHP with __autoload

__autoload is one of the magic methods added to PHP in version 5. It creates a very easy way for you to manage all your different class files. Actually, with __autoload you don’t ...