zf2 make a join between two different databases

后端 未结 5 1906
感情败类
感情败类 2021-01-13 16:31

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

5条回答
  •  甜味超标
    2021-01-13 16:58

    The framework does not support a join with another database. You have to use plain SQL for building the query.

提交回复
热议问题