Is it possible to join an external database (on same server) with Joomla's database?
It seems that we're able to load the external database, however adding a new model within the read_data function only displays the same external database's tables.
It seems that we're able to load the external database, however adding a new model within the read_data function only displays the same external database's tables.
Hi webbusteruk ,
You can't access two different databases with a single query; you can use two queries and then merge the results using custom PHP.
Bob
You can't access two different databases with a single query; you can use two queries and then merge the results using custom PHP.
Bob
Doh! That makes sense.
This topic is locked and no more replies can be posted.