On 3/9/07, Sergei <[EMAIL PROTECTED]> wrote: > > put > > $this->Model->recursive=-1; > > before your ->find query.
-1 doesn't appear in the manual amongst the possible values of $recursive. What does it do exactly ? > On 9 мар, 17:20, "Adrian Maier" <[EMAIL PROTECTED]> wrote: > > Hello, > > > > The Model->find method builds a big array that contains all the tuples. Is > > it possible to fetch the records one by one , in order to avoid that big > > array > > to be constructed ? > > > > > -- Adrian Maier --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
