Re: finAll with recursive associated models

2008-01-08 Thread seb
francky06l wrote: > You can use the "fields" option in the relation declaration (you can > also use bindModel prior to your findAll), or use the Bindable > behavior from Mariano in the Bakery. > hth Thanks Franck, I will investigate this way ! --~--~-~--~~~---~--~---

Re: finAll with recursive associated models

2008-01-07 Thread francky06l
You can use the "fields" option in the relation declaration (you can also use bindModel prior to your findAll), or use the Bindable behavior from Mariano in the Bakery. hth On Jan 7, 3:19 pm, metalseb <[EMAIL PROTECTED]> wrote: > Hi list and all bakers out here. First post on the list ! > > Well,

finAll with recursive associated models

2008-01-07 Thread metalseb
Hi list and all bakers out here. First post on the list ! Well, since we are Jan. 7th, happy new year to everyone ! I'm new to Cake and I'm stuck with such a thing : I have 3 models : b2b_item, shop_item and band_data b2b_item associated 1:1 with shop_item shop_item associated 1:1 with band_da