Re: 78 guest viewing my forum?
Reply #23 –
In the end, I took composer "class loader" and stuffed it into ext. Easier to maintain.
Autoloader and class loader are the same thing, a piece of code that include files based on the class names and namespaces. Making superfluous to use require_once and alike.