I am using $this->flash(‘message’, ‘/’, 3, ‘myLayout’); in one of my controller actions to redirect the user after a successful action.
Now, myLayout.ctp gets rendered, but the message does not get displayed. How can I access the message from within the layout?
Thanks..
As stated in the documentation:
So, in your layout: