On Jul 8, 1:37 am, MrKrinkle <[EMAIL PROTECTED]> wrote:
<snip>
>
> Does CakePHP do this?

The framework itself handles the generic n pages in 1 problem, you
would just need to write (or modify) your own custom pagination logic.

What you ask seems over-complex to me, using ajax makes for an easy
solution, wouldn't be too hard to then generate a custom permalink if
you wanted your users to have the possibility to save where they
currently are (and feed these parameters from your container page to
seed the child (requestAction) pages.

Looking at the inbuilt paginate functionality of 1.2 (https://
trac.cakephp.org/browser/branches/1.2.x.x/cake/libs/controller/
controller.php#L1046) I think you will struggle to adapt it; using the
pagination component/helper from 1.1 (http://bakery.cakephp.org/tags/
view/pagination) which you can use with 1.2 if you want, should be
rather easy to modify to add namespaces and do what you want, since
the code was written to carry over any other parameters that are in
the url.

hth,

AD


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to