On 25 Apr, 15:00, seb <[EMAIL PROTECTED]> wrote: > Well, if I understand well what you want to do, this is just as basic as > doing a Model->query or a Model->find(All) > > As a result you get a set of data ordered the way you asked for it > inside your query. Browse thru them with a simple foreach loop.
Aha - found it! http://manual.cakephp.org/view/66/models#query-and-execute-456 Thanks - for what it's worth, I have given your post a 5* rating on Google. Definitely switching from raw PHP to Cake! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
