In Phalcon Multi Module structure i thought it is possible to query between 2 different modules.
Like accessing :
properties / methods from Module A controller / model in Module B controller / model by using DISPATCHER.
But its not working.
If there is a global module which need to be accessed by other modules for some data, how do we do it?
Also looks like $Response->redirect() will also not work.