This doesn't work?

$this->find(
        'first',
        array(
                'conditions' => array(
                        'Post.id' => $post_id
                ),
                'contain' => array(
                        'Subject'
                )
        )
);

On Fri, Apr 24, 2009 at 11:30 PM, Dave Maharaj :: WidePixels.com
<d...@widepixels.com> wrote:
> Can someone help me with a contain using a HABTM relationship.
> POSTS HABTM SUBJECTS
> SUBJECTS
> POSTS_SUBJECTS
>
> I have Post HABTM SUBECTS
>
> I just want to print out the array of SUBJECTS that the POST has.
>
> I managed to get the rest of the contain for the other hasmany tables...just
> cant get the HABTM
>
> Thanks
>
> Dave
> >
>

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to