I also wonder why there are joins, but they are there automatically... I tried $this->Workshop->WorkshopDescription->contain() before the deleting, but then only the SELECT statement is contained (without joins), the following delete is again with joins. I also tried the 2. parameter for delete: delete($id, false), but that doesn't change the query.
-- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
