Just curious if joins across database tables are supposed to work? Same server just different databases.
Set up my public $useDbConfig = 'dataDb'; public $useDbConfig = 'optiDb'; (in each model depending on its db obviously) but now queries come across SQL Error: 1146: Table 'dev_lab.categories' doesn't exist If I go to category page its there no errors because that page has no joins across db's. But a controller / page where categories has joins with a model in another db I get the missing error. Any insight? 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 [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
