Hi! I have a problem. I want to link relational table of two habtm tables with another one. I have table `types` (id, name) that is habtm `characteristics` (id, name). Their rel table is `characteristics_types` (id, characteristic_id, type_id). I want to link each record from this table with many records in 4th table `options` (id, name, characteristics_types_id). But it doesnt work. Cake says "Undefined property: Property:: $CharacteristicsType". Can somebody help me? please?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en -~----------~----~----~----~------~----~------~--~---
