check file existance before autoloading
Even for our own namespace, file existance should be checked before attempting to load it. Otherwise class_exist() check will throw errors.
Please register or sign in to comment
Even for our own namespace, file existance should be checked before attempting to load it. Otherwise class_exist() check will throw errors.