/ Published in: PHP
this gives you the real controller/method names, even if you reroute them.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//current controller $this->router->class; //current method $this->router->method;