gordonmcvey / reefknot

Reefknot framework for PHP
Apache License 2.0
5 stars 0 forks source link

Ability to push an autoloader into the autoload queue ahead of the autoloaders already in the queue #13

Open gordonmcvey opened 11 years ago

gordonmcvey commented 11 years ago

It should be possible to register an autoloader as 'high priority', causing it to be inserted into the front of the autoload queue instead of appending it to the end.