On Thu, Jan 13, 2011 at 3:55 PM, mklappen <[email protected]> wrote: > Thanks for replies... I added a two boolean columns to join table for > "owns" and "wants"
You might be interested in modelizing the join table like this: http://book.cakephp.org/view/1650/hasMany-through-The-Join-Model Also, as Jeremy suggested, consider using a single column if a User cannot both own and want an Item. 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
