I am not sure that question name is correct. Edit it please or suggest something better if it is not enought good.
ZendDeveloperTools Toolbar looks like:
What the data in 2nd group means? This data:
Or this:
Google doesn't want provide any help: Google — What data presented in zenddevelopertools
Thats why I am asking here.
I thought this block represents something like: Controller::Action on Module
, but zf2 doesn't have module home
, it has Application
. And yes, Application
module has IndexController
controller and index
action in it. But why home
? Same for zfcuser
. I have zfcuser
module in my project — ok. But controller name is UserController
, not zfcuser
.
Can you explain me what data is represented in this block?
I would guess that's the name of the currently matched route.