On 9/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Thanks for the reply,
> but I still don't know how to save the name of the user. Sorry for the
> beginner questions, but I'm new to cakePHP.

I recommend you read some more tutorials and code examples to get more
familiar with the basic CakePHP functionality.

It would look something like

$user = $this->User->findById($id);

then you set the message with:

$this->Session->setFlash('Customer ' . $user['name'] . ' deleted.');

Regards,

Martin

-- 
  Martin Schapendonk, [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to