I have been able to use CakePHP\'s saveAll method to simultaneously create \'Members\' and enroll them in an \'Event\' (creating the HABTM link record), which is awesome. For ex
You can use The Join Model in this case.