I've a list of elements shown in Ajax style, pagination is in ajax and
all works perfectly.

Then I have a link like:
<?php echo $paginator->link('Sort by book year', array('sort' =>
'year', 'page' => 1, 'direction' => 'asc'), array('update' =>
'#ajaxContent')); ?>

this is work perfectly and reorder elements by ascending years. But
what if I want more flexible query?
For example what if I want see only books with year equal to 2001?

I have to mandatory overwrite paginate method, like explained in
http://book.cakephp.org/view/1237/Custom-Query-Pagination ?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to