I've made it with ajax. solving this problem with out it was to hard
for me :)
On May 21, 6:28 pm, leo <[EMAIL PROTECTED]> wrote:
> Then I'd be looking at subclassing the paginator or defining my own
> custom paginate method on the model - not difficult to do using LIMIT
> and offsets. And it'll take a lot less time than casting around trying
> to find a solution using what's there already.
>
> On 21 Maig, 17:13, "Mantas K." <[EMAIL PROTECTED]> wrote:
>
> > of course it works, but problem with this is that i cann't paginate
> > them separatly
>
> > On May 21, 5:53 pm, leo <[EMAIL PROTECTED]> wrote:
>
> > > You can try this - no idea if it'll work and no time to try it ;)
>
> > > $this->set('men', $this->paginate(null,array('gender'=>'1')));
> > > $this->set('women', $this->paginate(null,array('gender'=>'2')));
>
> > > On 21 Maig, 16:45, "Mantas K." <[EMAIL PROTECTED]> wrote:
>
> > > > I have one table, but in view I show it as two. One one side there are
> > > > men, on other women. They must have separate paginations.
> > > > Is there solution how i can do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---