> > you are not going to be able to solve your problem with a single query > (unless you write it manually) but you'll find some detailed > explanations/examples of what you can do here: > > http://groups.google.com/group/cake-php/search?q=filtering+habtm&start=0&scoring=d
Thanks AD, I looked into it and it gave me an even bigger headache :) but it was interesting reading, I will use it for the flexible search form I have to build lateron. For now I have solved my problem by traversing a 3 level deep findAll() on the User model and storing the Services in a small array in the Session. Due to the structure of my application it is no problem. Thanx again, I am new to cake but it has already boosted my time-to-deliver(-prototype) by 220% :-) Paul --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
