So I thought I would have cracked my problem when reading this following post. I’ve compared this query to mine below … but I’m still getting Unknown column ‘EntrySubject.subject_id’. What am I doing wring folks?
I suppose you should use either EntrySubject::model()->findAll or $subjectEntries->join = ‘INNER JOIN entry_subject’, depending on what you really need.