I currently have a function where a user can click a link to bookmark a page
to their personal favs.
 
The link/button just goes to the function in the controller which gets all
the info needed to save to the bookmark page from the logged in user id and
the page they are saving. My question is would it be better or make any
difference to use a form with just submit/save which would call the same
function?
 
Dave

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to