都市を変更するだけです 都市の場合
<td><?= $complejo->has('ciudade') ? $this->Html->link($complejo->ciudade->nombreCiudad, ['controller' => 'Ciudades', 'action' => 'view', $complejo->ciudade->id]) : '' ?></td>
都市のCakephp単数の場合 都市です 都市ではありません
都市を変更するだけです 都市の場合
<td><?= $complejo->has('ciudade') ? $this->Html->link($complejo->ciudade->nombreCiudad, ['controller' => 'Ciudades', 'action' => 'view', $complejo->ciudade->id]) : '' ?></td>
都市のCakephp単数の場合 都市です 都市ではありません