Can a model have multiple tables in CakePHP?

前端 未结 5 717
伪装坚强ぢ
伪装坚强ぢ 2021-01-05 13:18

Can a model have multiple tables in CakePHP?

5条回答
  •  说谎
    说谎 (楼主)
    2021-01-05 14:18

    It can't have multiple tables at the same time..., but you might be able to modify the Model::useTable property to switch the model's table to a different one. Give it a whirl and let us know if it works.

提交回复
热议问题