You could use the URI Class:
$this->uri->segment(n); // n=1 for controller, n=2 for method, etcYou can also use this in-built functions of codeigniter.
$this->router->fetch_class();
$this->router->fetch_method();