Re: Defining Custom Association Queries - merging results fails

2009-03-26 Thread George
After considerable digging, I'm basically at the final root of this problem. finderQuery is correctly getting the records, but they are failing to actually be merged with the User model. This blog post (http:// www.visuallizard.com/wil/blog/210/) answered many of my questions, and some of the inf

Defining Custom Association Queries

2009-03-24 Thread George
I have two tables I want to link together, but the association is a bit more complicated than it normally would be. One of the tables (users) is built specifically for cake, another is a table from a read- only database (salespeople). User.username = Salespeople.email (or xxx in x...@site.com). U