Re: Definitive (data) pagination

2006-07-09 Thread AD7six
Hi all, I've updated the cakeforge pagination code, and edited the wiki tutorial as a start (http://wiki.cakephp.org/tutorials:pagination) - otherwise it would be out of sync completely. If anyone spots an error with the code please feel free to enhance (but be careful not to make the code speci

Re: Definitive (data) pagination

2006-07-08 Thread AD7six
Hi all, an update to the version of cake fixed the mysterious URL encoded URL problem (if that is/was the cause)... I've updated the demo available at the url below to include a pretty url example as well as normal and ajax versions. The source is available at the top of the page for anyone curi

Re: Definitive (data) pagination

2006-07-07 Thread AD7six
Hi .. The problem is easy to diagnose, but I don't know how to solve it. This code: return $this->Ajax->link( $title, $url, array( "update" => $

Re: Definitive (data) pagination

2006-07-07 Thread ..
Ajax is failing - apparently randomly (but that can't be) - will look into it more when I have bit more time .. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to

Re: Definitive (data) pagination

2006-07-06 Thread AD7six
Hi All, I'd welcome help ensuring that all the ajax links generated by the pagination update effort work http://www.noswad.me.uk/pagination/ Any comments? Cheers, AD7six --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: Definitive (data) pagination

2006-07-04 Thread AD7six
Hi Armando, I was hoping to update the code to permit this (and demonstrate why I don´t think it's a good idea in many cases) yesterday, but didn´t get time to do it yet. I see a number of problems in it´s use: 1) If you paginate /Controller/ - then the action will become "page", "show" etc. If

Re: Definitive (data) pagination

2006-07-04 Thread sicapitan
I might do the AJAX part, as my solution is entirely ajax --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this gro

Re: Definitive (data) pagination

2006-07-03 Thread Armando Sosa
why don't use gwoo's named parameters to keep url pretty? like: http://www.noswad.me.uk/pagination/titles/show/10/page/2 On 7/3/06, AD7six <[EMAIL PROTECTED]> wrote: > > Hi all, > > After a discussion on the irc today, and given that pagination is > something pretty common, I thought it was abou

Definitive (data) pagination

2006-07-03 Thread AD7six
Hi all, After a discussion on the irc today, and given that pagination is something pretty common, I thought it was about time to try and create a "copes with all" solution. There are a number of solution dotted around, I've taken a look at all and tried to ensure I didn't miss anything out. That