Re: pagination component / question / typo

2007-02-22 Thread AD7six
On Feb 22, 3:27 am, jyrgen [EMAIL PROTECTED] wrote: i found that any pre-existing GET parameters are automatically sorted out and re-appended during the pagelink generation. that's really nice, because you just have to pass an initial extra parameter like this:

pagination component / question / typo

2007-02-21 Thread jyrgen
i installed this pagination component: http://bakery.cakephp.org/articles/view/65 which does a fine job, but i'm not getting further with query constraints that i would like to maintain across pages. i have selectbox with different time intervals constraining the data amount being pulled from

Re: pagination component / question / typo

2007-02-21 Thread Seb
Hey there, For I have use that same pagination helper, I'm almost sure there is no way to add more param/value pairs to the generated Url. However I extended it to add a 'filterBy' and it ended up being fairly simple (minimal coding). I haven't had the time to have a good look at the new

Re: pagination component / question / typo

2007-02-21 Thread jyrgen
Hello, thanks for your answer ! i found that AD7six, Andy Dawson created that component, so let's hope he looks over this thread... hehe Well, i *bet* there is a way of extending the helper methods _generateUrl / _generateLink but i need some idea to get started. in the meantime, yes, post

Re: pagination component / question / typo

2007-02-21 Thread jyrgen
i found that any pre-existing GET parameters are automatically sorted out and re-appended during the pagelink generation. that's really nice, because you just have to pass an initial extra parameter like this: http://localhost/cake/index.php/articles/index?myparam=1 the next button link will