Is there anyway to do sorting with simply using this->read?
$this->set('note', $this->Note->read(null, $id));
or do I have to change it to something else like findAll?
Also I use recursive = 2 and I actually want an association called
Followup sorted by it's created column. Everything works fine as it
is, I'm just wondering whether I can pass some argument before I do
the this->read to sort the Followup.created column?
Please let me know if you need more understanding of this. It's late
here :P
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---