Debug: Array
(
    [0] => product Object
        (
            [id] => 2
            [name] => Domaine du soleil
            [description] => très très bon
            [price] => 8.00
        )

    [1] => product Object
        (
            [id] => 6
            [name] => Domaine du soleil
            [description] => très très bon
            [price] => 8.00
        )

    [2] => product Object
        (
            [id] => 1
            [name] => Chateau Moulin à vin
            [description] => très bon
            [price] => 25.00
        )

    [3] => product Object
        (
            [id] => 5
            [name] => Chateau Moulin à vin
            [description] => très bon
            [price] => 25.00
        )

    [4] => product Object
        (
            [id] => 4
            [name] => Parisian style
            [description] => very nice
            [price] => 100.00
        )

    [5] => product Object
        (
            [id] => 3
            [name] => Hawai style
            [description] => great
            [price] => 250.00
        )

)