Part of what I need to use CakePHP for is designing a report system for computer related data. There are filters on the web page that users can set to limit which computers are returned. Now my problem with CakePHP lies with the ability to prune results based on associations. A given computer has mostly hasMany associations and I need to be able to use filters with those types of associations. The only examples Ive found of doing this suggest returning the entire result set then using PHP to do the filtering. This isn't necessarily a problem if there is a way to do pagination with the resulting data. I just haven't seen any examples of paginating an array of data that isn't created using the pagination query system. Is there a way to do this? or is there a better way of approaching this whole problem using CakePHP?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
