I'm writing an application for FaceBook (using version 1.2 of Cake). I am having trouble getting paginator to work. Paginator works great when I run it locally, but when running as a FaceBook application, it returns urls that relate to FaceBook. I need to take what ever is returned by Paginator and stuff-in the address of my server.
It seems like the good OO thing to do would be to sub-class Paginator. I don't know how many functions would need to be overrided to accomplish my goal. The great thing about Paginator is it's "magic" (it just works). If I have to understand the bowels of Paginator, it may be better to create my own Pagination functions from scratch. Any advice would be welcomed! Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
