The Core is actually loaded by the application, the application being the actual... ehm... application. That also allows you to put a few overwrites in there and things to do before the core is loaded.First from index you call the application bootstrap and then from the application bootstrap you call the Fuel bootstrap as from the code i seen on the application bootstrap there is no need to go to the application bootstrap first.
The Autoloader is actually the only example and that's been changed in 1.1 where it is in Fuel\Core.Secondly why do some classes have namespaces and others don't example's being the autoloader sits in global and the DB sits in core? This made little to no sense to me.
the Core is actually loaded by the application, the application being the actual... ehm... application. That also allows you to put a few overwrites in there and things to do before the core is loaded.
It looks like you're new here. If you want to get involved, click one of these buttons!