$company = Model_Company::find() ->where('id', $id) ->related('notes', array('order_by' => array('notes.id' => 'desc'))) ->get_one();
It looks like you're new here. If you want to get involved, click one of these buttons!