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 [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 -~----------~----~----~----~------~----~------~--~---
