Autoloader for functions
Last week I learned that classes can be included in your project by writing an __autoload()
function. Then I learned that using an autoloader isn’t only a technique but also a pattern.
Last week I learned that classes can be included in your project by writing an __autoload()
function. Then I learned that using an autoloader isn’t only a technique but also a pattern.