Cake thinks it's a HABTM association but I can't get it to save an extra param when it runs the save operation.
On Oct 9, 4:45 pm, jwerd <[email protected]> wrote: > I have table that needs to store two foreign keys and an extra param > that will just be a value associated. > > So I have a joining table: > > fk_id > fk2_id > value > > fk is just an example, it's to indicate it comes from another table > that will have other fields like name or title or whatever. > > what kind of association am I creating to tables fk and fk2? > > 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
