Re: How to implement multiple pagination with SAME model on a single view?

2009-10-15 Thread majna
maybe this can hlp http://debuggable.com/posts/how-to-have-multiple-paginated-widgets-on-the-same-page-with-cakephp:48ad241e-b018-4532-a748-0ec74834cda3 On Oct 14, 1:30 pm, doze wrote: > Hello, > > Is there a way to do multiple pagination with same model on a single > view? > > I know about the

Re: How to implement multiple pagination with SAME model on a single view?

2009-10-14 Thread Martin Westin
The support for multiple pagination on the same page is not complete. The source and API reveals that work did start on this feature but it was not finished for 1.2. I am not sure if it is suppsed to be in 1.3 or if you have to wait for 2.0. On Oct 14, 1:30 pm, doze wrote: > Hello, > > Is t

How to implement multiple pagination with SAME model on a single view?

2009-10-14 Thread doze
Hello, Is there a way to do multiple pagination with same model on a single view? I know about the $options['model'] in pagination to do multiple paginations in single view with different models, but what about multiple paginations with same model. The model contains a datetime column and I'm t