Being a CakePHP newbie I found it hard to find any information on this topic, and the answer is in fact really really simple. The answer $project = $this->Projects->get($id, [ ‘contain’ => [ ‘Customers’, ‘Estimates’ => [ ‘Types’, ‘Projects’ ], ‘Logs’ => [ ‘Types’, ‘Projects’ ], ‘Statuses’ ] ]); The question I have a couple […]
Categories