just FYI, if I understood well, you filter your agents by their type (1 = rippeur or 2 = chauffeur) maybe you could do $this->Agent->findAllByTypeId(1) if your type filed is type_id instead creating your own function (some Cake's magic)
On 25 jan, 00:25, "Samuel DeVore" <[EMAIL PROTECTED]> wrote: > Actually you could be having cacheQuery issues > > try > > $this->cacheQueries = false; > in the code for lisedesagens before you do your find or findAll > > Sam D > > On 1/24/07, Grant Cox <[EMAIL PROTECTED]> wrote: > > > > > Post the code for your listedesagents function. > > > There is no Cake reason that this should not work correctly.-- > == > S. DeVore > (the old fart) the advice is free, the lack of crankiness will cost you --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
