I have a model with many belongsTo associations which have simple
conditions.  Some of the models I'm associating with are in a
different database than the default.

When I do a findAll, any association I have that belongs to a model in
another db and has conditions in the association shows up empty in the
array.

I have found that specifying a condition is where things go wrong.

Each of these models have $useDbConfig specified.  In the conditions,
I'm using Modelname.Fieldname  but I'm wondering if I need to specify
the connection here and how to do that.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to