2006/6/22, Repsah <[EMAIL PROTECTED]>: > Did you try > > $sortby = "Model.field1 desc, Model.field2 desc";
the solution is: $sortby = array("field1" => "DESC", "field2" => "DESC"); -- Siegfried Hirsch http://www.rss-blogger.de / http://seconds11.com http://www.newsbee.de NewsBee 2.0 - customized RSS solutions https://www.openbc.com/net/sxsw/ - Forum zum Thema Social Software --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---