Re: Calling methods that are within HABTM Join Models

2009-01-08 Thread brian
On Thu, Jan 8, 2009 at 6:17 PM, bunwich wrote: > > Hi, > I've been playing with 1.2 final and was having problems calling ->find > ('all') on a HABTM join table. By convention you don't create a > AppModel .php file for a Join table in a HABTM relationship, but since > i had specific queries i ne

Re: Calling methods that are within HABTM Join Models

2009-01-08 Thread mark_story
need to define a with key and include the name of the Join model. It was a bug that auto loaded the model in the past for you. -Mark On Jan 8, 6:17 pm, bunwich wrote: > Hi, > I've been playing with 1.2 final and was having problems calling ->find > ('all') on a HABTM join table. By convention