CakePHP üç masa modeli ilişki

2 Cevap php

I've got a CAkePHP 1.2 site. I've got three related Models/tables: A Comment has exactly one Touch, a Touch has exactly one Touchtype.

In each model, I have a belongs to, so I have Comments belongs to Touch, Touch belongs to Touchtype.

Ben TouchType tabloda depolanan dokunuş hakkında bilgi içeren yorumların bir listesini almak çalışıyorum.

$this->Comment->find(...)

I) (bulmak için bir alanlar listesinde geçmektedir. Ben TouchType Touch alanlarını kapmak ve Comment, ama olamaz. Modeli bağlantısı sadece 1 seviye gitmek mi? Ben özyinelemeli verdiği denedim, ama yardımcı olmadı.

2 Cevap

Yaa. Bu recursive basit bir mesele oldu.

yup. Eğer 2 $ this-> Yorum-> özyinelemeli artırılması denemek isteyebilirsiniz