Model_Thread::find()->related('posts')->where('posts.id', '=', 'threads.last_post_id')->get();
Model_Thread::find()->related('posts')->where('posts.id', '=', DB::expr('`t0`.`last_post_id`'))->get();
It looks like you're new here. If you want to get involved, click one of these buttons!