Nasıl birden fazla sonuç aynı sayfada ayarlamak göstermek için CakePKP'deki paginatation yardımcısı kullanabilir? Bağımsız onlar olur sayfası.
EDIT:
I found out one reason why it can't do that is because the pagination helper would get its URL from the controller/action and then appends its parameters at the end.
If it pulled the url from the address bar, had its own unique variable and then did an str_replace to get the next one to navigate to if you've already paged, or append it if it doesn't exist.
Right now, I'm thinking of rewriting the pagination helper to support this feature, but I'm not sure if I would need to or if they already support this and I'm doing it wrong