|
![](static/image/common/ico_lz.png)
楼主 |
发表于 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 |
|