Form submission / data retrieval
Hello,
I'm trying to figure out how to retrieve data collected in a form. I believe there are two ways:
1) append form values to the URL with controller and action and from that extract the information
2) retrieve the data from a session object (or global variable or something) that the form automatically stores info to
However, I can't figure out either. I've looked through CakePHP docs and Google and for some reason I'm not finding what I need.
Can anyone point me in the right direction?
-Steve
Asked by sme2sme, on 19/12/09
1 Answer
check the book its all there... http://book.cakephp.org/view/424/data
Answered by dogmatic69on 19/12/09
thanks! I knew the answer was simple (and that it was there). I just couldn't find it.
sme2sme - on 20/12/09
Tagged with
Rating
0
Viewed
455 times
Last Activity
on 20/12/09