Re: how data pass through one controller to another controller with examples
Hello Friends,
You have to pass params one controller to another like this
$this->redirect(array('controller' => 'your_controller_name', 'action' => 'your_action_name', $myParam));
--
Thanks & Regards
Chetan Patel
--
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home