Is it possible connect 2 database in zend framework
SELECT * from db1. table JOIN SELECT * from db2.table.
Is it possible connect 2 database in zend framework
SELECT * from db1. table JOIN SELECT * from db2.table.
Not the answer to your question, may be the solution to you problem.
As seen in Creating view across different databases you can create a view (in a DB) as join of 2 tables in 2 different DBs.
Then you can query that view as normal table