hi, what would be the best approach when creating a navigation system beetwen parent/child relationships?
consider this: * Post have many Comment * we list all posts at /posts/index * we list _all_ comments at /comments/index * where do we list comments that belongs _only_ for Post.id=# ? currently I've been listing them at /posts/view/# or at /comments/ index/post:# but both would be no good if I wanted to: * show _only_ Post data at /posts/view/# * show _all_ Comment at /comments/index (no named params here) should I have a different method like /comments/parent/# ? any ideas? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
