Situation: * Blog project * Comments/index action/method is slightly patched so that if $id is present, it will show the listing related only to that Blog[id]. Example: http://blogs/comments/index/5 will show the comments for the Blog #5.
Problem: The paginator doesn't remember the url in sortable links--still showing http://blogs/comments/index/page:1/sort:id/direction:asc <-- ignoring index/5 Anyone knows of any solution? or known bug? I tried to set the url option in paginator with $this->here, but it's getting added twice. TIA -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
