Re: Can you have multiple hasAndBelongsToMany relationships in one model?

2009-02-16 Thread mklappen
ginal Message - > From: "mklappen" > To: "CakePHP" > Sent: Tuesday, February 17, 2009 9:24 AM > Subject: Can you have multiple hasAndBelongsToMany relationships in one > > model? > > > Hi, > > > I'm new to cake and this group, I wou

Re: Can you have multiple hasAndBelongsToMany relationships in one model?

2009-02-16 Thread Adam Royle
var $hasAndBelongsToMany = array('Developer','Publisher'); - Original Message - From: "mklappen" To: "CakePHP" Sent: Tuesday, February 17, 2009 9:24 AM Subject: Can you have multiple hasAndBelongsToMany relationships in one model? > > H

Can you have multiple hasAndBelongsToMany relationships in one model?

2009-02-16 Thread mklappen
Hi, I'm new to cake and this group, I would like to know if it is possible to add multiple hasAndBelongsToMany relationships in one model? ( I assume it is...) my declaration & first instance of it is working fine, however it's not letting me add another... example: Thanks in advance. mk --~-