CI框架获取控制器名和方法名
$con = $this->router->fetch_class();//获取控制器名
$func = $this->router->fetch_method();//获取方法名
这是框架自带的方法,官方文档没有介绍,深入挖掘框架得知,亲测2.x中有效....