2
I wonder if you have how to go from one controller to another passing parameters.
For example:
I have an array with information in one view and would like to send it to another controller. How to do this?
2
I wonder if you have how to go from one controller to another passing parameters.
For example:
I have an array with information in one view and would like to send it to another controller. How to do this?
Browser other questions tagged cakephp cakephp-2
You are not signed in. Login or sign up in order to post.
It’s not just doing
$this->Session->set('dados', $meuArray);
?– Wallace Maxters