CakePHP – loadInto() – lazy loading

Dołączenie modeli do pobranego już zasobu

$articles = $this->Articles->find()->all();
$withMore = $this->Articles->loadInto($articles, ['Comments', 'Users']);

Dodaj komentarz