On 4/13/07, gerbenzomp <[EMAIL PROTECTED]> wrote: > But I think this isn't the right approach, because I get the error: > SQL Error in model Page: 1052: Column 'id' in order clause is > ambiguous
You need to use the model name in front of the id as well. Something like Page.id or Widget.id, depending on which one you want. Mike. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
