in my index.ctp I have the following code:
<th><?php echo $paginator->sort('Title', 'title');?></th>
<th><?php echo $paginator->sort('Layout Name', 'LayoutWidget.name');?
></th>

When I try to sort the table in the column 'title' it works like a
charm.
When I try to sort the Layout Name column, it works just for 'asc'.
When I want to click it again, the direction stays on 'asc' instead of
'desc'.

Any ideas how I can fix this?


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