I have pored over the PHP Cookbook, but to no avail.

I have a table Projects which hasMany Risks.

When accessing projects/view, and a user drills down to a specific
project, they are provided a link to add a New Risk.

When selecting "New Risk", user is taken the Add view for the Risk
model.

QUESTION: How can I pass the ID of the project the user drilled to the
risks table (or even just to the Add view for Risk model)?  project_id
is a foreign key in the risks table.

=======
This is such a simple thing, so I'm pretty sure I'm still not
understanding the fundamentals of cakePHP... any ancillary help would
also be appreciated.

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