Hi all, Is possible to limit the number of results in a habtm association query?
I have a model1 that has a habtm with model2 - when i query $model1- >find(), an item of model1 has 50,000 model2 items and is crashing php Is possible to limit the number of items of model2 when I query for model1 or use a paging-like solution for model2 when querying model1? thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---