On Fri, Jun 8, 2012 at 5:56 AM, rahajiyev <[email protected]> wrote:
> Hi, I have a model Foo belongsTo Bar, which in turn belongsTo Xyzzy.
> When I do $this->Foo->find('all');
>
> sql dump shows that the SQL join is performed only for Foo->Bar, but
> Xyzzy is never mentioned.
> I tried all sorts of 'recursive' => 1 it didn't matter.
> Please help me.
>
> CakePHP 1.3.15
>
>
I'd try debugging it by putting a 'import pdb; pdb.set_trace()' there in
your php file. Or maybe installing django-debug-toolbar-- I think theres a
slight chance it *might* work
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" 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/django-users?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Django users" 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/django-users?hl=en.