put $this->Model->recursive=-1;
before your ->find query. 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 ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
