Saturday, July 31, 2010

Re: Controller not working on live site

On Fri, Jul 30, 2010 at 9:58 AM, meekamoo <bryanpaddock@gmail.com> 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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: