I am trying to make a join between two tables placed in different databases with Zend Framework 2.
The first table is called users and is stored in
The framework does not support a join with another database. You have to use plain SQL for building the query.