猿问

使用composer管理自动加载与自己本身注册的优劣

如题使用composer本身的

  "autoload": {
    "psr-4": {
      "\\": "application/",
    }

和继续使用

//spl_autoload_register(function ($class) {
//    $class = BASE_PATH . str_replace('\\', DS, $class) . '.php';
//    if ((file_exists($class) === false) || (is_readable($class) === false)) {
//        header('HTTP/1.1 404 Not Found');
//        die($class);
//    }
//    require $class;
//});
RISEBY
浏览 339回答 1
1回答

慕仙森

通用和专用的差别. composer: 只要加几行配置 写的比你的好. 功能比你的多.
随时随地看视频慕课网APP
我要回答