Hi, i didnt get this thing working.
i have the following tables: users jobs and the jointable jobs_users. The jointable combines jobs with users. everything is ok, that works fine. Now i want to have delivery notes with several delivery notes positions. Each positions can have one or more workers from the jointable. So i tried this: deliverynote_positions deliverynote_positions_jobs_users as jointable between deliverynote_positions and the first jointable jobs_users. But this is not working. I tried to bake that with cake bake all and the console told me, that the table deliverynote_positions_jobs is missing. Where did cake lost the (_users) part from this table? Greetings -- Dennis Reinert-Frerich -- 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
