Quantcast

how data pass through one controller to another controller with examples

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

how data pass through one controller to another controller with examples

sooryender


--
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how data pass through one controller to another controller with examples

jeremyharris
If you have a question, please show that you've done some work and let us know what you've tried. Asking for someone to write your code for you isn't going to result in positive responses. Also, be more clear. Let us know what you're trying to accomplish and why you haven't been able to yet. 

On Tuesday, August 14, 2012 3:17:16 AM UTC-7, sooryender wrote:


--
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how data pass through one controller to another controller with examples

Chetan Patel
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 [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how data pass through one controller to another controller with examples

sooryender
In reply to this post by sooryender
thanks you

On Tuesday, August 14, 2012 3:47:16 PM UTC+5:30, sooryender wrote:


--
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 
Loading...