Is the column name "Date" (or "date")? It should probably be "created"
(Cake default) as "date" is generally a reserved word.

And try it like: $order = array('ModelName.created' => 'ASC')

On Tue, Sep 8, 2009 at 8:38 AM, Ernesto<[email protected]> wrote:
>
> hello.
>
> i have several models associated together.
>
> i'm getting data using Containable.
>
> 2 models have $order = array("Date")
>
> Containable is ignoring this.
>
> everything else is working ok.
>
> is there something i'm missing (other than a good english teacher :P) ?
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to