Friday, May 29, 2009

Re: user table with authenticate

If you use AuthComponent, you can get id from $this->Auth->user('id")
as said above, but functions like edit, view or delete, they receive
$id from URL. Make a simple application from bake and look at the URL
after click in edit. You'll see something like this: http://address/
{controllerName} / edit/ number, where number is id.

Your function can receive many parameters that you want from URL.
--~--~---------~--~----~------------~-------~--~----~
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: