用户
 找回密码
 入住 CI 中国社区
搜索
查看: 2049|回复: 1
收起左侧

[讨论/交流] ci CodeIgniter.php new $class()时报500错误

[复制链接]
发表于 2016-7-29 16:10:35 | 显示全部楼层 |阅读模式
如题,ci版本是'2.2.6
 楼主| 发表于 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

本版积分规则