Hello,
I'm trying to show some debug info after script ends. I want to show module, controller and action names which was rendered. It is important, because I do some forwards, and I need to know. I tried to get module, controller and action names, but they are empty.
What is the correct way to get last called module/controller/action names?