$Model = M('Artist'); $Model ->join('think_work ON think_artist.id = think_work.artist_id') ->select();