Cakephp can't change database on-the-fly

前端 未结 2 1504
一向
一向 2021-01-21 01:52

I am trying to connect from multiples databases from a loop, but seens CakePHP can\'t change database, only others infos (like user/pass/host).

app/

2条回答
  •  再見小時候
    2021-01-21 02:21

    You can use the model method setSource() to change the table or setDataSource() to change the db config.

提交回复
热议问题