First of all, Cake does not currently support multiple primary keys, so you have to define a separate 'id' field for your intermediary model, which (second of all), should be called AttendeesSession, not Attendees_Session. Third of all, if this hasn't been made explicitly clear already, scaffold does not support recursive joins, so if you need this functionality, you should build out that part of your application.
Cake's new Bake utility now supports baking scaffold views, so that should get you started. Check it out in the nightly builds. Anyway, hope that helps. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
