I'm creating an application with the following two tables:

posts:
- id
- title
- body

comments:
- id
- post_id
- comment

I was able to bake this app and all the links are working. Now I would
like to customize the app so that, when a comment is added from the
post:

- the post id (list) is not showing in the comment view
- the post id gets saved when the comment is saved
- the comment gets redirected to the post the comment originated from
after saving

Any source code samples to assist with these issues would be greatly
appreciated.

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