Probably because if you follow naming convention cake handles all of the
necessary joins for you behind the scenes.  You should definitely check your
recursive value as the previous poster mentioned as well as your database
relationships set in your model.  Usually User hasOne Profile I would think,
so with hasMany you may get quite a few profile results depending on your
find call.

On Fri, Nov 20, 2009 at 8:45 AM, kdubya <kenwin...@winanstech.com> wrote:

> Dr. Lobato,
>
> Thank you. I don't know why I didn't find this article on the bakery
> but it looks just what I need. Your example code is very clear. I'll
> try it today.
>
> Ken
>
> On Nov 18, 10:51 pm, "Dr. Loboto" <drlob...@gmail.com> wrote:
> > http://bakery.cakephp.org/articles/view/quick-tip-doing-ad-hoc-joins-...
> <snip>
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to cake-...@googlegroups.com.
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/cake-php?hl=.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-...@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=.


Reply via email to