asdcqg 发表于 2016-7-29 16:10:35

ci CodeIgniter.php new $class()时报500错误

如题,ci版本是'2.2.6

asdcqg 发表于 2016-7-29 16:12:25

/*
* ------------------------------------------------------
*Instantiate the requested controller
* ------------------------------------------------------
*/
        // Mark a start point so we can benchmark the controller
        $BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_start');
    echo $class;
    echo $method;

        $CI = new $class();
      echo 6666;
    die;
不输出 6666;在$CI = new $class();时报500
页: [1]
查看完整版本: ci CodeIgniter.php new $class()时报500错误