'join_type' => array_key_exists('join_type', $conditions) ? $conditions['join_type'] : 'left',
Model_Example::query()->related('something', array('join_type' => 'inner'))->get();
It looks like you're new here. If you want to get involved, click one of these buttons!