If the relationship are all there in all models you may change to
$this->track->recursive = 1;

if not try to build your models with "./cake bake all" in order to see the
suggested relationship.

On Fri, Sep 23, 2011 at 6:20 PM, Seth <[email protected]> wrote:

> I'm very new to CakePHP and MVC, so this is probably basic.  Just need
> a push in the right direction.
>
> I've got Event to many Courses to one Instructor
> If I'm on a Event view, it sees the Courses, but doesn't join to the
> instructor.
>
> So, do I add the instructor somehow to the Event model or do I edit
> the controller to join the instructor in?
> I thought the model would look further down.
>
> Thanks for the help
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> [email protected] For more options, visit this group
> at http://groups.google.com/group/cake-php
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to