I want to sort on a two deep related table.
I have immoble [n:1] zona [n:1] localitat
>From the immobles controller, in the view I can do:
$paginator->sort(__('LOCALITAT_ID_GI_IMMOBLES',true), 'Zona.nom')
But what I want to do is:
$paginator->sort(__('LOCALITAT_ID_GI_IMMOBLES',true),
'Zona.Localitat.nom')
TIA
Leo
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---