Base.php
#spl_autoload_register([$this, 'loader']); I don’t understand this line
The manual does not say that the spl_autoload_register() method is the first one Is the parameter the autoload function to be registered?
Why is the parameter filled here an array?