इसमें शामिल हैं ()
का उपयोग करेंमैनुअल से कॉपी-पेस्ट करें:
// In a controller or table method.
// As an option to find()
$query = $articles->find('all', ['contain' => ['Authors', 'Comments']]);
// As a method on the query object
$query = $articles->find('all');
$query->contain(['Authors', 'Comments']);
पढ़ें मैनुअल परीक्षण और त्रुटि संचालित विकास में कूदने से पहले! यदि आपने पहले मैनुअल में कोई एक ट्यूटोरियल किया होता तो यह स्पष्ट होता। तो उन्हें अभी करें , वे बहुत अधिक मूलभूत बातों को शामिल करेंगे।