El lun, 04-02-2008 a las 01:22 -0800, ITBiNus escribió:
> Dear all,
> 
> somebody can help me ?
> 
> I want to make a link, when the link clicked then the contains of
> fields will be sorted (in 1 page).
> ascending or descending
> like ... title sorted by alphabet
> or sorted date.
> 
> Regards,
> Angel

echo $paginator->sort('id'); ?

also you might want to take a look at the API documentation of the
PaginatorHelper
(http://api.cakephp.org/1.2/class_paginator_helper.html), to set
pagination options.




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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