On Feb 21, 8:33 pm, Miles J <[email protected]> wrote: > Now recently I tried doing this on a HABTM association and I get the > "Model "Child" is not associated with model "Parent"" error. So are we > not able to do this with HABTM relations? Just want to clarify and see > if im doing something wrong.
Post your code and possibly your models. I have two HABTM associations set up for one of my models and can access them directly just fine using the "->" operation (e.g. $this->Model->HABTMModel->find()). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
