beforeExecuteRoute,
Triggered before executing the controller/action method. At this point the dispatcher has been initialized the controller and know if the action exist.
I added die() to check the application call my Service. But application doesn't stop it . Any dispatcher not working in Phalcon in multimodules.
In controller no problem, but as registered dispatcher not ...
But. in invo working normaly.... before action is calling and die() is working and stoped my application in called method.
This is normal....
Here any dispatch doesn't work.... maby i don't understad something.