Re: Cake caching model associations?

2010-05-12 Thread
Oops, forgot that I also moved them into separate Plugins - fixed the problem now with a simple bit of common sense! Cheers! On May 12, 12:47 pm, "WoJo&Co" wrote: > Hi, > > Quick question about Cake and model associations. > > I had an association that worked fine: > > User hasOne UserAccount >

Cake caching model associations?

2010-05-12 Thread
Hi, Quick question about Cake and model associations. I had an association that worked fine: User hasOne UserAccount fk: UserAccount.user_id UserAccount belongsTo Club fk: UserAccount.club_id I have now changed this, so that User hasOne UserAccount fk: UserAccount.user_id UserAccount belong