Wednesday, January 2, 2013

Codeigniter get current controller/method name

//get current controller
$this->router->class;
 
//get current method
$this->router->method;

No comments:

Post a Comment