Hi guys! Cans someone tell me how to use the dispacher to send datas from one controller(A) to another Controller(B) and use the returned value from B in A
Let say we have ControllerA and ControllerB, and sometimes you want to use some actions of ControllerB inside ControllerA and you need the value retuned by that ControllerB::Action(). How to it with dispatcher or what is the best way to do it ?
Let say we have ControllerA and ControllerB, and sometimes you want to use some actions of ControllerB inside ControllerA and you need the value retuned by that ControllerB::Action(). How to it with dispatcher or what is the best way to do it ?