After wasting whole day, I'm finally going to post it here. Let me share this problem..
I have a model called Link. This model contains a few general fields like: id title url status There's a new concept which we added is 'popularity' of a link. I can not store it inside a table. It is calculated using some deep analysis. Now my clients wants us to create a function which will sort a link based on its popularity, and also other fields. I'm stuck and not sure how can this be achieved using Controller::paginator() Is there any workaround I can do? assuming popularity is returned by this $this->Link- >getPopularity($linkId) Thanks, Abhimanyu Grover --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
