CodeIgniter, Know the controller which called function CodeIgniter, Know the controller which called function codeigniter codeigniter

CodeIgniter, Know the controller which called function


You can use the router class to get this info

Also works with Codeigniter v3.0.x

To get the controller(class)

$this->router->class

To get the method(function)

$this->router->method