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 the db. for example i
would like to generate pagination html links like this :

"articles/index?page=2&interval=2months"

the helper methods only generate links like this:

"articles/index?page=2"

-- how can i attach further parameters to this link ? --
&param1=value1&param2=value2


there was(is?) a typo in the helper class, line 326:

if ($this->_pageDetails['page']<>$this->_page['pageCount'])

should read

if ($this->_pageDetails['page']<>$this->_pageDetails['pageCount'])


thanks a ton
( and please don't point me to the new 1.2 version which comes
with a builtin pagination facility...)

jyrgen


--~--~---------~--~----~------------~-------~--~----~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to