I will try to keep this as simple as possible. I have read through the manual but can't seem to find what I am looking - however, I am sure it is in there somewhere.
Here is what I am I am looking to do on a very small scale: names id name tickets id title name_id closed_by What I need to have is closed_by be the same thing as name_id. When I use name_id and cake bake it automagically creates the drop downs for the add and edit page because it is linked to the names table. How would I make closed_by do the same thing? I hope this makes sense... name_id and closed_id I would like both to be generated from the names table. Thanks in advance! 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
