On Fri, Jul 30, 2010 at 9:58 AM, meekamoo <[email protected]> wrote:
> Hmmm the paginate array is very simple :( That's what I can't
> understand.
>
> Array
> (
>    [limit] => 3
>    [page] => 1
>    [contain] => Array
>        (
>            [Seller] => Array
>                (
>                    [User] => Array
>                        (
>                            [0] => Country
>                        )
>
>                    [0] => Agency
>                )
>
>            [0] => Location
>            [1] => SponsoredProperty
>            [2] => Favourite
>        )
>
> )
>

Any joins in the association arrays in these models? Is Cake showing
you the SQL it's running?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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