我收到错误:Fatal error: Uncaught Error: Class 'Services\EncryptionService' not found
。
班级在 <root>\services\EncryptionService.php
班级在第一排 namespace Services;
PHP文件调用类 <root>\db\db_change_password.php
PHP 文件调用类在第一行 use Services\EncryptionService;
用法:
$encryption_service = new EncryptionService; $encryptedPassword = $encryption_service->encrypt($password);
并提供致命错误。
编辑:
autoload_classmap.php
autoload_files.php
autoload_namespaces.php
autoload_psr4.php
autoload_real.php autoload_static.php
饮歌长啸