![]() |
Getting the Page's Controller Name - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Getting the Page's Controller Name (/showthread.php?tid=78758) |
Getting the Page's Controller Name - aygnyldz - 03-07-2021 Hello I need to get the controller name of the page using Codeigniter 3. PHP Code: $this->router->fetch_class() This works for the current page. but I need to get the controller name of another address how can i do or can i sorry for english not good |