Hi, from what I've found in the forums it sounds like it may not be
possible to gain access to additional columns in a HABTM associated
table. For example, I have the following data model:
Attendees --> Attendees-Training_Sessions <---- Training_Sessions
|
|
V
__________________
| attendee_id |
| training_session_id |
| test_score |
|__________________|
"test_score" is an additional field in the many-to-many
"Attendees-Training_Sessions" table, but I have not been able to gain
access to this field using CakePHP's hasAndBelongsToMany variables.
Has anyone been able to access these additional fields in a HABTM
relationship? Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---