I am not trying to get the $id in the view, but in the email
controller.
       $this->set("data",$this->Property->FindbyId($id));


On Jan 4, 6:09 pm, Robby Anderson <[EMAIL PROTECTED]> wrote:
> Maybe I mistook the question, but couldn't you just do this in your
> controller:
>
> $this->controller->set('emailID', $id);
>
> ... and then be able to refer to $emailID in the rendered view?
>
> -r
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to