So, I have noticed on Cake 1.3 at least, when you have models that use different dbConfigs, it doesn't join them if they have a belongsTo or hasOne relationship. It instead queries each individual and then combines the results.
I understand this and like it for the most part, especially since I use cake to connect to various database servers within one application, namely MSSQL and MySQL. BUT, if they are one the same server, then I would like to join the queries sometimes... MySQL allows it, all you have to do is prepend the database name to the table definition. *THE QUESTION:* *Is there a way to tell Cake to append the database name, instead of busting the queries into two?* Thanks. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php