andWhere(array('in', $links, $keys)); $records = $this->find(); foreach ($records as $record) { // find the matching parent record(s) // insert into the parent records(s) } } }