Thursday, April 29, 2010

Re: check box selection

Ok, so after having submitted the data, processed the data, then you
either save the data in the database or use the session to temporary
hold the information.
In the action to which you redirect, you either retrieve the data from
the database or from the session, depending on which solution you
choose.
You then send the data to the view using $this->set(varname, variable)
and voila, you can now see it in the page.
Enjoy,
John

On Apr 29, 10:16 am, "Master Ram...!" <ramganga...@gmail.com> wrote:
> redirect to another page
>
> Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with their CakePHP related questions.
>
> 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 For more options, visit this group athttp://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

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 For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: