标签: codeigniter routing controller default
我想知道是否可以从控制器或库中检索config / route.php中的默认控制器集?
我已经尝试了$this->load->config('route')但是没有用。
$this->load->config('route')
答案 0 :(得分:2)
您可以通过;
$this->router->default_controller
答案 1 :(得分:-1)
尝试以下行。希望它对你有用。
$this->router->fetch_class();