-
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
David Stone authoredAutoloader 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.