On Jul 10, 2:47 am, AD7six <[EMAIL PROTECTED]> wrote:
> 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.
>

If I do AJAX and write a custom url box at the top of my pages (which
is kind of klunky from a UI perspective), I'd still have the same
ammount of work to do, except I'd have to do it in the custom URL
box.  I would still have to make namespaces for all of the URL boxes
on the page.  The same serialization and deserialization of the
namespaces.






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