How can i join 3 tables please?

Hello everybody !
I use cakephp 4.0
How can i join 3 tables please?
For example :
Society -> Address -> City
I want to join society with city.
Currently, i join society with address and adress with city.
How to do please ?
Sorry for my english :slight_smile:
Thanks.

Please show some code demonstrating what you’re doing, and what isn’t working. If you already have society joined with address and address with city, then it seems you have everything in place already, so it’s not clear what is missing for you.

Finnaly it’s ok.
I wrote ‘contain’ => [‘Address’ , ‘City’]
but it’s ‘contain’ => [‘Address’ => ‘City’]
Thanks.