Skip to content
Snippets Groups Projects
  • David Stone's avatar
    8a58013e
    Optimizations to autoloader · 8a58013e
    David Stone authored
    Autoloader should return true if it can handle the class so other registered autoloader don't execute.
    require is faster than require_once and should be safe to use since the autoloader won't run if the class already exists
    8a58013e
    History
    Optimizations to autoloader
    David Stone authored
    Autoloader should return true if it can handle the class so other registered autoloader don't execute.
    require is faster than require_once and should be safe to use since the autoloader won't run if the class already exists
Code owners
Assign users and groups as approvers for specific file changes. Learn more.