InterviewSolution
Saved Bookmarks
| 1. |
How we can get current method or controller in Codeigniter? |
|
Answer» You can USE this $this->router->fetch_class(); to GET current controller name. |
|