Google News
logo
FuelPHP - Interview Questions
What is Autoloader in FuelPHP?
The Autoloader class is a special case, you can only extend it once as Autoloader and have it used. After extending it you have to require it manually in the app/bootstrap.php file after the original Fuel\Core\Autoloader, don't forget to remove the line that aliases the core class to global.
Advertisement